jsp ce que j'ai fait

This commit is contained in:
Djalim Simaila 2021-11-18 16:43:06 +01:00
parent 3740986957
commit 34681b22f6

View File

@ -25,6 +25,7 @@ nav ul {
}
nav ul li{
text-align: center;
background-color: salmon;
margin: 5px;
}
@ -45,14 +46,20 @@ h1,h2,p,#intropage {
}
#makeachoicehf a{
width: fit-content;
display: flex;
justify-content: center;
align-items: center;
border: solid purple 5px ;
margin: 15px;
padding: 5px;
text-decoration: none;
}
#makeachoicehf a:hover{
background-color: #fcdcff;
}
#makeachoicehf a p{
text-decoration: none;
font-size: 2rem;