Difference between revisions of "Template:Team:TU Eindhoven/Equipment CSS"
Line 33: | Line 33: | ||
width:45%; | width:45%; | ||
text-align: justify; | text-align: justify; | ||
+ | } | ||
+ | .left4 { | ||
+ | float:left; | ||
+ | width:25%; | ||
+ | text-align: justify; | ||
+ | margin-left:20%; | ||
+ | } | ||
+ | |||
+ | .right4{ | ||
+ | float:right; | ||
+ | width:25%; | ||
+ | text-align: justify; | ||
+ | margin-right:20%; | ||
} | } | ||
Revision as of 23:39, 18 September 2015
#containercontent{ text-align: justify; } #imageText { width:100%; overflow: hidden; } .left1 { float:left; width:28.1%; text-align: justify; margin-left:10%; } .right1{ float:right; width:50%; text-align: justify; margin-right:10%; } .left3 { float:left; width:45%; text-align: justify; } .right3{ float:right; width:45%; text-align: justify; } .left4 { float:left; width:25%; text-align: justify; margin-left:20%; } .right4{ float:right; width:25%; text-align: justify; margin-right:20%; } .left2b { float:left; width:15%; text-align: justify; } .right2b{ float:right; width:80%; text-align: justify; } .left2c { float:left; width:80%; text-align: justify; } .right2c{ float:right; width:15%; text-align: justify; }