User:TechAngel85/enbseries.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 1: Line 1:
<source lang="css" line>
<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 10px 25px;
    width:500px;
}
code{
    font-size:1.05em;
}
div.imgTitle1{
div.imgTitle1{
     display: inline-block;
     display: inline-block;

Revision as of 22:21, December 4, 2014

<source lang="css" line>
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{
     margin: 0 0 40px 80px;
     width: 450px;
     clear: both;
}

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

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

</source>