web/index.html
changeset 37 1f10a9688c1b
parent 36 6cd5bc3dc7a2
child 39 6605de5fe0bd
equal deleted inserted replaced
36:6cd5bc3dc7a2 37:1f10a9688c1b
    20 		<div id="content">
    20 		<div id="content">
    21 		
    21 		
    22 			<!-- div content_top - the elements takes the full height of "content_top" -->				
    22 			<!-- div content_top - the elements takes the full height of "content_top" -->				
    23 			<div id="content_top">
    23 			<div id="content_top">
    24 				
    24 				
    25 				<!--  change with js: height and line-height (the same size) of "conteneur_vcentering"  -->
    25 				<!--  change with js: height and line-height (the same size) of "container_vcentering"  -->
    26 				<header id="top" class="conteneur_vcentering">
    26 				<header id="top" class="container_vcentering">
    27 					<div id="title_hp" class="box_vcentering">
    27 					<div id="title_hp" class="box_vcentering">
    28 						<h2>UNE EXPÉRIENCE DE CINÉMA</h2>
    28 						<h2>UNE EXPÉRIENCE DE CINÉMA</h2>
    29 						<h1>THE END, ETC.</h1>
    29 						<h1>THE END, ETC.</h1>
    30 						<h2 class="h2_exeption">DE LAETITIA MASSON</h2>
    30 						<h2 class="h2_exeption">DE LAETITIA MASSON</h2>
    31 					</div>
    31 					</div>
    33 				
    33 				
    34 				<section id="main">
    34 				<section id="main">
    35 		            <canvas id="mosaic" width="100" height="100"></canvas> 			
    35 		            <canvas id="mosaic" width="100" height="100"></canvas> 			
    36 				</section>
    36 				</section>
    37 				
    37 				
    38 				<!--  change with js: height and line-height (the same size) of "conteneur_vcentering"  -->
    38 				<!--  change with js: height and line-height (the same size) of "container_vcentering"  -->
    39 				<section id="bottom" class="conteneur_vcentering">
    39 				<section id="bottom" class="container_vcentering">
    40 					<div class="box_vcentering">
    40 					<div class="box_vcentering">
    41 						<p class="big_link"><a href ="/">COMPOSEZ VOTRE FILM</a></p>
    41 						<p class="big_link"><a href ="/">COMPOSEZ VOTRE FILM</a></p>
    42 					</div>
    42 					</div>
    43 				</section>
    43 				</section>
    44 			</div>
    44 			</div>