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

(Replaced content with "<html> </html>")
Line 1: Line 1:
 
<html>
 
<html>
 +
#hexagonwrapper{
 +
transform: rotate(90deg);
 +
margin: 100px auto;
 +
position:relative;
 +
}
 +
 +
.hexagoncontentwrapper{
 +
text-align:center;
 +
position:absolute;
 +
height:100%;
 +
width:100%;
 +
line-height: 80px;
 +
}
 +
 +
.hexagon{
 +
-webkit-backface-visibility: hidden;
 +
pointer-events: none;
 +
z-index:0;
 +
background-image:url('https://static.igem.org/mediawiki/2015/c/c4/Hexagon3.png');
 +
background-size: 100% 100%;
 +
background-repeat: no-repeat;
 +
position:absolute;
 +
}
 +
 +
.hexagontext{
 +
position:relative;
 +
font-size: 18pt;
 +
}
 +
.hexagonimage{
 +
position: relative;
 +
}
 +
.hexagonlogos{
 +
transform: scale(1.5,1.5);
 +
}
  
 
</html>
 
</html>

Revision as of 10:23, 18 July 2015

#hexagonwrapper{ transform: rotate(90deg); margin: 100px auto; position:relative; } .hexagoncontentwrapper{ text-align:center; position:absolute; height:100%; width:100%; line-height: 80px; } .hexagon{ -webkit-backface-visibility: hidden; pointer-events: none; z-index:0; background-image:url('https://static.igem.org/mediawiki/2015/c/c4/Hexagon3.png'); background-size: 100% 100%; background-repeat: no-repeat; position:absolute; } .hexagontext{ position:relative; font-size: 18pt; } .hexagonimage{ position: relative; } .hexagonlogos{ transform: scale(1.5,1.5); }