angularMeteo/src/styles.css
2021-11-27 19:11:48 +01:00

15 lines
263 B
CSS

/* You can add global styles to this file, and also import other style files */
#searchBar {
text-align: center;
}
#meteo-jour {
text-align: center;
}
#prevision{
display: flex;
flex-direction: row;
justify-content: space-around;
flex-wrap: wrap;
}