Template:Team:TU Eindhoven/Modeling CSS

.centreText{ display:block; text-align:center; } .paragraph1{ display:block; text-align:justify; } .imageText{ width:100%; margin: 10px 0px; overflow:hidden; } .linksToDetailsHolder{ width:102%; overflow:hidden; margin: 30px 0px; } .link{ margin-left:2%; margin-right:2%; display:block; float:left; width:29%; overflow:hidden; position:relative; } .linkImg { width:100%; } .linkTxt{ background-color:rgba(255,255,255,0.5); height:60%; width:100%; padding:10px; position:absolute; bottom:-53%; transition: all 0.5s ease; } .link:hover .linkTxt { background-color:rgba(255,255,255,0.9); bottom:0; }