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{
}


div.imgTitle1{
     display: inline-block;
     margin: 0 0 0 85px;
     width: 225px;
     font-weight: bold;
     clear: both;
}

div.imgTitle2{
     display: inline-block;
     margin: 0 0 0 9px;
     width: 225px;
     font-weight: bold;
     clear: both;
}

div.imgTitle3{
     display: inline-block;
     margin: 0 0 0 9px;
     width: 225px;
     font-weight: bold;
     clear: both;
}

div.imgs1{
     display: inline-block;
     margin: 0 0 40px 80px;
     width: 450px;
     clear: both;
}

div.imgs2{
     display: inline-block;
     margin: 0 0 40px 80px;
     width: 460px;
     clear: both;
}

div.imgs3{
     display: inline-block;
     margin: 0 0 40px 80px;
     width: 695px;
     clear: both;
}

</source>