Difference between revisions of "Template:Team:TU Eindhoven/Team CSS"

Line 24: Line 24:
 
.right3 {
 
.right3 {
 
float:right;
 
float:right;
width:58%x;
+
width:58%;
 
text-align: justify;
 
text-align: justify;
 
}
 
}

Revision as of 16:27, 26 August 2015

#containercontent{ text-align: justify; } #imageText { width:100%; overflow: hidden; } .left1 { float:left; width:58%; text-align: justify; } .right1{ float:right; width:35%; text-align: justify; } .right3 { float:right; width:58%; text-align: justify; } .right2text { float:left; width:40%; text-align: justify; }