IA.css: Difference between revisions

From All The Fallen Stories
Jump to navigation Jump to search
Hgcollins (talk | contribs)
No edit summary
RonaldMcDonald (talk | contribs)
m Save
Line 3: Line 3:
   }
   }
   h2 .mw-headline{
   h2 .mw-headline{
     font-size: 500%;
     font-size: 400%;
     text-align: center;
     text-align: center;
   }
   }

Revision as of 13:06, 13 July 2022

 p{
   font-size: 200%;
 }
 h2 .mw-headline{
   font-size: 400%;
   text-align: center;
 }
 h2{
   text-align: center;
 }
 ::selection{
   background: black;
   color: white;
 }
  1. localNotice p {
   font-size: 10pt !important;

}