33 lines
941 B
HTML
33 lines
941 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<style type="text/css">
|
||
|
.svgmusic {margin:0; width:1000px; height:450px;}
|
||
|
.unit {
|
||
|
padding:0px; bottom-margin:0;
|
||
|
margin:0px; background:blue; height:450px;
|
||
|
height: 400px;
|
||
|
width: 1024px;
|
||
|
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body style="margin:80px">
|
||
|
|
||
|
<a id="1"><div class="unit" id="unit01"> <h1>ICMC2012</h1> <h2> this is it!</h2> </div></a>
|
||
|
|
||
|
<a id="2"><div class="unit" id="unit02"> <h1>ICMC2012</h1> <h2> this is it 2 !</h2> </div></a>
|
||
|
|
||
|
<a id="3"><div class="unit" id="unit03"> <h1>ICMC2012</h1> <h2> this is it 3 !</h2> </div></a>
|
||
|
|
||
|
<a id="4"><div class="unit" id="unit04"> <h1>ICMC2012</h1> <h2> this is it 4 !</h2> </div></a>
|
||
|
|
||
|
<a id="5"><div class="unit" id="unit05"> <h1>ICMC2012</h1> <h2> this is it 5 !</h2> </div></a>
|
||
|
|
||
|
<a id="6"><div class="unit" id="unit06"> <h1>ICMC2012</h1> <h2> this is it 6 !</h2> </div></a>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|