taniere-solidaire-acceuil/style.css
2023-11-21 20:09:33 +01:00

25 lines
226 B
CSS

:root {
background-color: white;
}
body {
display: flex;
flex-direction: column;
}
.Header {
display: flex;
flex-direction: row;
}
h1 {
align-self: center;
}
input {
align-self: flex-end;
}