Skip to content

Commit 1abe946

Browse files
committed
screens
1 parent 8c1c4e5 commit 1abe946

File tree

3 files changed

+79
-2
lines changed

3 files changed

+79
-2
lines changed

css/style.css

+48
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,54 @@ html, body {
134134
border:3px solid #66b345;
135135
padding:0px 67px;
136136
}
137+
#home ul li{
138+
margin-bottom:90px;
139+
}
140+
#home ul{
141+
margin-top:40px;
142+
}
143+
144+
#intro .bouton{
145+
position:absolute;
146+
bottom:100px;
147+
left:230px;
148+
}
149+
150+
#scores ul{
151+
width:300px;
152+
text-align:left;
153+
margin:30px auto 0 auto;
154+
}
155+
156+
#scores li{
157+
display:inline-block;
158+
width:300px;
159+
position:relative;
160+
}
161+
162+
#scores span{
163+
position:absolute;
164+
right:0px;
165+
}
166+
167+
#scores .bouton{
168+
position:absolute;
169+
bottom:100px;
170+
left:230px;
171+
}
172+
173+
#touches div{
174+
width:350px;
175+
padding-left:400px;
176+
height:376px;
177+
background:url('../img/touches.png') no-repeat;
178+
margin-left:50px;
179+
text-align:left;
180+
}
181+
182+
#touches p{
183+
margin-bottom:85px;
184+
}
137185

138186
#content{
139187
width:960px;

img/touches.png

11.5 KB
Loading

index.html

+31-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,38 @@ <h1><a href="index.html">WINTER IS COMING</a></h1>
4848
</div>
4949
</div>
5050
</div>
51-
<section id="intro" class="ecran">
51+
<section id="home" class="ecran">
5252
<p></p>
53-
<a href="#" class="bouton">PLAY</a>
53+
<ul>
54+
<li><a href="#" class="bouton">JOUER</a></li>
55+
<li><a href="#" class="bouton">RÈGLES DU JEU</a></li>
56+
<li><a href="#" class="bouton">TOP SCORE</a></li>
57+
</ul>
58+
</section>
59+
<section id="intro" class="ecran">
60+
<p>
61+
LES CONDITIONS DE VIE PLUTONIENNES DEVIENNENT DE PLUS EN PLUS DIFFICILES POUR SES HABITANTS. AVEC L’HIVER QUI APPROCHE, LES PLUTONIENS N’ONT PLUS LE CHOIX : POUR SURVIVRE, ILS PARTENT EN EXPÉDITION VERS LA TERRE POUR RAMENER LE PLUS DE MOUTONS ET SE COUVRIR DE LAINE POUR SE RÉCHAUFFER. ATTENTION, LE TEMPS EST LIMITÉ ET LES HUMAINS NE VOUS LAISSERONT PAS FAIRE SI FACILEMENT. AU COMMANDE DE LA SOUCOUPE VOLANTE, VOUS ÊTES EN CHARGE DE CETTE IMPORTANTE MISSION.
62+
</p>
63+
<a href="#" class="bouton">LANCER LA MISSION</a>
64+
</section>
65+
<section id="scores" class="ecran">
66+
<p>TOP SCORES</p>
67+
<ul>
68+
<li>GEORGE <span>856345 PTS<span></li>
69+
<li>GEORGE <span>856345 PTS<span></li>
70+
<li>GEORGE <span>856345 PTS<span></li>
71+
<li>GEORGE <span>856345 PTS<span></li>
72+
<li>GEORGE <span>856345 PTS<span></li>
73+
</ul>
74+
<a href="#" class="bouton">LANCER LA MISSION</a>
75+
</section>
76+
<section id="touches" class="ecran">
77+
<div>
78+
<p>A : MONTER<br/>Z : DESCENDRE</p>
79+
<p>SE DÉPLACER</p>
80+
<p>CAPTURER UN MOUTON</p>
81+
</div>
82+
<a href="#" class="bouton">MENU</a>
5483
</section>
5584
<div class="moutons"></div>
5685
</section>

0 commit comments

Comments
 (0)