taniere-solidaire-acceuil/style.css

26 lines
226 B
CSS
Raw Normal View History

2023-11-21 20:09:33 +01:00
: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;
}