IA.css: Difference between revisions

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

Revision as of 08:33, 21 May 2022

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