jsp ce que j'ai fait
This commit is contained in:
parent
3740986957
commit
34681b22f6
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user