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

Line 4: Line 4:
 
}
 
}
  
#teamFoto{
+
#imageText {
width:800px;
+
width:100%;
margin: 0 auto;
+
overflow: hidden;
 
}
 
}
 +
 +
 +
.left1 {
 +
float:left;
 +
width:58%;
 +
text-align: justify;
 +
}
 +
 +
.right1{
 +
float:right;
 +
width:35%;
 +
text-align: justify;
 +
}
 +
 +
 +
 +
 
</html>
 
</html>

Revision as of 16:10, 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; }