User:TechAngel85/enbseries.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 36: Line 36:
code{
code{
     font-size:1.05em;
     font-size:1.05em;
}
div.imgs{
    align: center;
}
}


</source>
</source>

Revision as of 15:45, October 14, 2014

<source lang="css" line>
h1{
     margin-top:60px;
}

h2{
     margin-top: 50px;
}

h3{
     margin-top:30px;
     padding-bottom:10px;
}

h4{
     margin-top:30px;
}

h5{
     margin-top:30px;
     padding-bottom:10px;
}

hr{
     border: 0;
     height: 2px;
     width: 50%;
     text-align: left;
}

pre{
     margin:0 0 25px 25px;
     width:500px;
}

code{
     font-size:1.05em;
}

div.imgs{
     align: center;
}

</source>