Difference between revisions of "IA.css"

From All The Fallen Stories
Jump to navigation Jump to search
m (Fixed :D)
m (Maybe this'll work)
Line 1: Line 1:
p{
  p{
  font-size: 200%;
    font-size: 200%;
}h2{
  }
  text-align: center;
  h2{
}::selection{
    text-align: center;
  background: black;
  }
  color: white;
  ::selection{
}
    background: black;
    color: white;
  }
<noinclude>[[Category:IA|000css]]</noinclude>
<noinclude>[[Category:IA|000css]]</noinclude>

Revision as of 08:29, 21 May 2022

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