This commit is contained in:
Chloé Leroux
2022-12-30 16:12:46 +01:00
parent 8d403e2e62
commit 140773dda9
2 changed files with 32 additions and 2 deletions

View File

@@ -60,4 +60,35 @@ h2 {
#everest {
height : 20vh;
background-color: #C0CA53;
display:flex;
}
#everest>p {
font-size: 32px;
margin : 0;
padding : 3vh 0 0 5vw ;
width : 30vw;
}
#everest div {
padding-top : 3vh;
background-image: url(../images/haute-montagne-large_1.svg);
background-position: bottom;
background-repeat:no-repeat;
background-size:contain;
}
#everest div {
height : 90%;
width : 60vw;
}
#everest div p {
color:white;
align-self: center;
text-align: center;
margin-top : 9vh;
padding-left:0;
}

View File

@@ -51,8 +51,7 @@
<section id="everest">
<p>Pour rappel, l'Everest fait 8.848m de haut.</p>
<div>
<img src="./images/montagne-haute.svg" alt="Everest">
<p>6,7</p>
<p class="nombre-md">6,7</p>
</div>
</section>