Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 451e9a5

Browse files
committed
Petites modifications - Fini
1 parent a73843a commit 451e9a5

2 files changed

Lines changed: 36 additions & 34 deletions

File tree

index.html

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,42 +1037,41 @@ <h5>Découvrir</h5>
10371037
</div>
10381038

10391039
</section>
1040+
</main>
10401041

1041-
<div class="bannier_12">
1042-
<h6>Gagnez du temps et de l'argent !</h6>
1043-
<div class="subtitle12">Inscrivez-vous et nous vous enverrons les meilleures offres</div>
1044-
1045-
<div class="bloc_121">
1046-
<input type="text" placeholder="Votre e-mail">
1047-
<button>Inscrivez-vous !</button>
1048-
</div>
1049-
1050-
<div class="bloc_122">
1051-
<input type="checkbox">
1052-
<p>Envoyez-moi un lien pour télécharger GRATUITEMENT l'appli Booking.com !</p>
1053-
</div>
1042+
<div class="bannier_12">
1043+
<h6>Gagnez du temps et de l'argent !</h6>
1044+
<div class="subtitle12">Inscrivez-vous et nous vous enverrons les meilleures offres</div>
10541045

1046+
<div class="bloc_121">
1047+
<input type="text" placeholder="Votre e-mail">
1048+
<button>Inscrivez-vous !</button>
10551049
</div>
10561050

1057-
<div class="bannier_13">
1058-
<button>Ajoutez votre établissement</button>
1051+
<div class="bloc_122">
1052+
<input type="checkbox">
1053+
<p>Envoyez-moi un lien pour télécharger GRATUITEMENT l'appli Booking.com !</p>
1054+
</div>
10591055

1056+
</div>
10601057

1061-
<div class="liens_13">
1062-
<div>
1063-
<a href="">Version mobile</a>
1064-
<a href="">Votre compte</a>
1065-
<a href="">Modification de votre réservation en ligne</a>
1066-
<a href="">Contacter le Service Clients</a>
1067-
<a href="">Devenir affilié</a>
1068-
<a href="">Booking.clone Business</a>
1069-
</div>
1070-
</div>
1058+
<div class="bannier_13">
1059+
<button>Ajoutez votre établissement</button>
10711060

10721061

1062+
<div class="liens_13">
1063+
<div>
1064+
<a href="">Version mobile</a>
1065+
<a href="">Votre compte</a>
1066+
<a href="">Modification de votre réservation en ligne</a>
1067+
<a href="">Contacter le Service Clients</a>
1068+
<a href="">Devenir affilié</a>
1069+
<a href="">Booking.clone Business</a>
1070+
</div>
10731071
</div>
10741072

1075-
</main>
1073+
1074+
</div>
10761075

10771076

10781077
<footer>

style.css

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ footer, header, hgroup, menu, nav, section {
2626
}
2727
body {
2828
line-height: 1;
29+
overflow-x: hidden;
2930
}
3031
ol, ul {
3132
list-style: none;
@@ -345,7 +346,7 @@ input::placeholder {
345346

346347
main {
347348
padding-top: 30px;
348-
width: 100vw;
349+
width: 100%;
349350
max-width: 1140px;
350351
margin: 0 auto;
351352
display: flex;
@@ -776,7 +777,6 @@ main {
776777
flex-direction: column;
777778
align-items: center;
778779
width: 100%;
779-
max-width: 1140px;
780780
padding: 0 16px;
781781
margin-top: 32px;
782782
position: relative;
@@ -790,9 +790,10 @@ main {
790790
}
791791

792792
.grid_02 {
793-
margin-top: 8px;
793+
height: auto;
794+
margin-top: 12px;
794795
width: 100%;
795-
padding: 16px;
796+
max-width: 1140px;
796797
display: grid;
797798
grid-template-rows: 272px 272px;
798799
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
@@ -1208,7 +1209,7 @@ main {
12081209
margin-top: 35px;
12091210
position: relative;
12101211
height: auto;
1211-
margin-bottom: 100px;
1212+
margin-bottom: 50px;
12121213
}
12131214

12141215
.bloc_11 h5 {
@@ -1337,6 +1338,7 @@ div.text_abso11 {
13371338
flex-direction: column;
13381339
justify-content: center;
13391340
align-items: center;
1341+
margin: 0px;
13401342
}
13411343

13421344
.bannier_12 h6 {
@@ -1402,19 +1404,22 @@ div.text_abso11 {
14021404
min-height: 100px;
14031405
width: 100%;
14041406
background-color: #003580;
1407+
margin: 0px;
1408+
display: flex;
1409+
flex-direction: column;
14051410
}
14061411

14071412
.bannier_13 button {
14081413
cursor: pointer;
14091414
display: flex;
14101415
height: 28px;
14111416
line-height: 24px;
1412-
margin: 16px auto;
14131417
padding: 0 16px;
14141418
color: white;
14151419
background-color: transparent;
14161420
border: 1px solid white;
14171421
border-radius: 4px;
1422+
margin: 15px auto
14181423
}
14191424

14201425
.liens_13 {
@@ -1615,8 +1620,6 @@ footer p {
16151620
width: 50%;
16161621
}
16171622

1618-
1619-
16201623
.recherche_zone button {
16211624
height: 52px;
16221625
width: 100%;

0 commit comments

Comments
 (0)