IA.css: Difference between revisions

From All The Fallen Stories
Jump to navigation Jump to search
RonaldMcDonald (talk | contribs)
m Maybe this'll work
Hgcollins (talk | contribs)
No edit summary
Line 13: Line 13:
     color: white;
     color: white;
   }
   }
#localNotice p {
    font-size: 10pt !important;
}
<noinclude>[[Category:IA|000css]]</noinclude>
<noinclude>[[Category:IA|000css]]</noinclude>

Revision as of 07:25, 6 June 2022

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

}