Difference between revisions of "IA.css"

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

Revision as of 08:26, 21 May 2022

p{

 font-size: 200%;

}h2{

 text-align: center;

}::selection{

 background: black;
 color: white;

}