Difference between revisions of "IA.css"

From All The Fallen Stories
Jump to navigation Jump to search
m (Maybe this'll work)
m (Maybe this'll work)
Line 3: Line 3:
   }
   }
   h2{
   h2{
    font-size: 200%;
     text-align: center;
     text-align: center;
  }
  h3{
    font-size: 200%;
   }
   }
   ::selection{
   ::selection{

Revision as of 08:31, 21 May 2022

 p{
   font-size: 200%;
 }
 h2{
   font-size: 200%;
   text-align: center;
 }
 h3{
   font-size: 200%;
 }
 ::selection{
   background: black;
   color: white;
 }