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

Line 6: Line 6:
 
width:1068px;
 
width:1068px;
 
background-image: url('https://static.igem.org/mediawiki/2015/0/08/TU_Eindhoven_timeline.png');
 
background-image: url('https://static.igem.org/mediawiki/2015/0/08/TU_Eindhoven_timeline.png');
 +
}
 +
 +
#event{
 +
Height: 300px;
 +
width:200px;
 
}
 
}
  
 
</html>
 
</html>

Revision as of 14:05, 18 September 2015

#timeline{ background-size:100%; height:30px; width:1068px; background-image: url('https://static.igem.org/mediawiki/2015/0/08/TU_Eindhoven_timeline.png'); } #event{ Height: 300px; width:200px; }