petits details
This commit is contained in:
parent
6b9da0d7b6
commit
ad47908aed
@ -36,6 +36,7 @@ nav ul li{
|
||||
text-align: center;
|
||||
background-color: salmon;
|
||||
margin: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
nav ul li:hover{
|
||||
background-color: #F59BFF;
|
||||
@ -63,6 +64,7 @@ h1 {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border: solid purple 5px ;
|
||||
border-radius: 15px;
|
||||
margin: 15px;
|
||||
padding: 5px;
|
||||
text-decoration: none;
|
||||
@ -110,3 +112,25 @@ figure {
|
||||
border-radius: 15px;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
#feedback {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#rightfoot {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#rightfoot ul {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#rightfoot ul li {
|
||||
margin: 5px;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user