Difference between revisions of "IA.css"

From All The Fallen Stories
Jump to navigation Jump to search
m (500%)
m (Maybe this'll work)
Line 2: Line 2:
     font-size: 200%;
     font-size: 200%;
   }
   }
   h2{
   h2 .mw-headline{
     font-size: 500%;
     font-size: 500%;
     text-align: center;
     text-align: center;

Revision as of 18:55, 21 May 2022

 p{
   font-size: 200%;
 }
 h2 .mw-headline{
   font-size: 500%;
   text-align: center;
 }
 ::selection{
   background: black;
   color: white;
 }