User:TechAngel85/enbseries.css

From Step Mods | Change The Game

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
<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.imgs1{
     margin-left: 80px;
     width: 450px;
     clear: both;
}

div.imgs2{
     margin: 0 0 40px 80px;
     width: 910px;
     clear: both;
}

div.imgs3{
     margin-left: auto;
     margin-right: auto;
     width: 1370px;
     clear: both;
}

</source>