wow le css avance? incroyable

This commit is contained in:
Djalim Simaila 2021-11-18 16:12:40 +01:00
parent 1fa2e100eb
commit 3740986957

View File

@ -1,7 +1,9 @@
body {
background-color: pink;
background-color: #F8BCFF;
background-repeat: repeat;
background-position: center;
width: 50vw;
margin: auto;
}
header{
@ -9,9 +11,55 @@ header{
align-items: center;
gap: 1rem;
justify-content: space-between;
width: 50vw;
border: solid purple 2px;
}
nav{
padding-bottom: .3rem;
padding-right: 1rem;
}
nav ul {
list-style-type: none;
}
nav ul li{
background-color: salmon;
margin: 5px;
}
nav ul li:hover{
background-color: #F59BFF;
}
nav ul li a{
text-decoration: none;
}
h1,h2,p,#intropage {
text-align: center;
}
#makeachoicehf{
margin-top: 4rem;
margin-bottom: 4rem;
}
#makeachoicehf a{
width: fit-content;
display: flex;
justify-content: center;
align-items: center;
border: solid purple 5px ;
margin: 15px;
}
#makeachoicehf a p{
text-decoration: none;
font-size: 2rem;
margin-left: 3rem;
}
.imgbouton{
width: 200px;
height: auto;
}