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

 
(5 intermediate revisions by the same user not shown)
Line 41: Line 41:
  
 
.link{
 
.link{
margin-left:2%;
+
margin-left: 10%;
margin-right:2%;
+
 
display:block;
 
display:block;
 
float:left;
 
float:left;
width:100%;
+
width:80%;
 
overflow:hidden;
 
overflow:hidden;
 
position:relative;
 
position:relative;
Line 56: Line 55:
 
.linkTxt{
 
.linkTxt{
 
background-color:rgba(255,255,255,0.5);
 
background-color:rgba(255,255,255,0.5);
height:40%;
+
height:47%;
 
padding:10px;
 
padding:10px;
 
position:absolute;
 
position:absolute;

Latest revision as of 09:42, 15 September 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; } .linksToDetailsHolder{ width:102%; overflow:hidden; margin: 30px 0px; } .link{ margin-left: 10%; display:block; float:left; width:80%; overflow:hidden; position:relative; } .linkImg { width:100%; } .linkTxt{ background-color:rgba(255,255,255,0.5); height:47%; padding:10px; position:absolute; bottom:-53%; transition: all 0.5s ease; } .link:hover .linkTxt { background-color:rgba(255,255,255,0.9); bottom:0; }