Difference between revisions of "Template:Team:TU Eindhoven/Equipment CSS"
Jan Willem (Talk | contribs) |
|||
Line 19: | Line 19: | ||
float:right; | float:right; | ||
width:50%; | width:50%; | ||
+ | text-align: justify; | ||
+ | margin-right:10%; | ||
+ | } | ||
+ | |||
+ | .left3 { | ||
+ | float:left; | ||
+ | width:45%; | ||
+ | text-align: justify; | ||
+ | margin-left:10%; | ||
+ | } | ||
+ | |||
+ | .right3{ | ||
+ | float:right; | ||
+ | width:45%; | ||
text-align: justify; | text-align: justify; | ||
margin-right:10%; | margin-right:10%; |
Revision as of 20:17, 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; margin-left:10%; } .right3{ float:right; width:45%; text-align: justify; margin-right:10%; } .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; }