User:TechAngel85/enbseries.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
 
Line 36: Line 36:


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

Latest revision as of 17:18, December 9, 2014

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