Difference between revisions of "IA.css"

From All The Fallen Stories
Jump to navigation Jump to search
m (Testing)
m (500%)
Line 3: Line 3:
   }
   }
   h2{
   h2{
     font-size: 50px;
     font-size: 500%;
     text-align: center;
     text-align: center;
  }
  h3{
    font-size: 1000px;
   }
   }
   ::selection{
   ::selection{

Revision as of 18:47, 21 May 2022

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