equipment and svg

This commit is contained in:
Chloé Leroux
2022-12-30 15:41:11 +01:00
parent ec5c13bad0
commit f658a60603
2 changed files with 2 additions and 31 deletions

View File

@@ -58,32 +58,3 @@ h2 {
margin:0;
}
#fc {
background-color: #495227;
height:20vh;
display:flex;
flex-direction: column;
align-items:center;
justify-content: center;
position:relative;
color:black;
}
#heart {
height : 30vw;
margin : 0 35vw;
position : absolute;
top : 3vh;
z-index:1;
}
#fc h2 {
position: relative;
z-index:10;
padding-left:0;
}
#fc p {
position: relative;
z-index : 10;
}

View File

@@ -45,10 +45,10 @@
</section>
<div class="titre">
<h1>FRÉQUENCE CARDIAQUE</h1>
<h1>EVEREST</h1>
</div>
<section id="fc">
<section id="everest">
<h2>MOYENNE</h2>
<p class="nombre-sm">no data</p>
<img src="./images/heart.svg" alt="Coeur" id="heart">