Difference between revisions of "Template:Team:TU Eindhoven/Timeline CSS"
Line 18: | Line 18: | ||
Height: 200px; | Height: 200px; | ||
width : 300px; | width : 300px; | ||
+ | border-radius: 20px; | ||
+ | } | ||
+ | |||
+ | #eventBorder{ | ||
+ | Height: 180px; | ||
+ | width : 280px; | ||
+ | margin: 10px 10px; | ||
border-radius: 20px; | border-radius: 20px; | ||
} | } | ||
</html> | </html> |
Revision as of 17:18, 18 September 2015
#triangle{ width: 200px; height: 60px; background-size: 100% 100%; background-image: url('https://static.igem.org/mediawiki/2015/b/bf/TU_Eindhoven_Marker_CroppedSmall.png'); } #timeline{ background-size:100%; height:30px; width:1068px; background-image: url('https://static.igem.org/mediawiki/2015/0/08/TU_Eindhoven_timeline.png'); } #eventBorder{ Height: 200px; width : 300px; border-radius: 20px; } #eventBorder{ Height: 180px; width : 280px; margin: 10px 10px; border-radius: 20px; }