j'ai passé bcp trop de temps a fix cette page je la hais desormais ne la recassez pas
This commit is contained in:
parent
c77c518327
commit
44cff3c2c3
@ -1,11 +1,36 @@
|
||||
main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#form {
|
||||
width: fit-content;
|
||||
border: solid purple 2px ;
|
||||
border-radius: 15px;
|
||||
display: flex;
|
||||
text-align: center;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-content: space-between;
|
||||
align-items: space-between;
|
||||
padding-left: 15%;
|
||||
padding-right: 15%;
|
||||
padding-bottom: 2rem;
|
||||
margin-top: 5rem;
|
||||
margin-bottom: 5rem;
|
||||
}
|
||||
}
|
||||
|
||||
form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
#feedback #form{
|
||||
padding: 2rem;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
@ -113,11 +113,12 @@ figure {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
#feedback {
|
||||
#footer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
#rightfoot {
|
||||
@ -133,4 +134,33 @@ figure {
|
||||
|
||||
#rightfoot ul li {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#feedback{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#feedback #form {
|
||||
width: fit-content;
|
||||
border: solid purple 2px ;
|
||||
border-radius: 15px;
|
||||
display: flex;
|
||||
text-align: center;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
padding-top: 2rem;
|
||||
padding-left: 15%;
|
||||
padding-right: 15%;
|
||||
padding-bottom: 2rem;
|
||||
margin-bottom: 5rem;
|
||||
}
|
||||
|
||||
#feedback #form form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user