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%;
     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;
 }