frozone/style.css

29 lines
438 B
CSS

html {
background-color: #eaeaea;
font-family: 'Baskerville','georgia','serif';
}
.temperature {
font-size: 9rem;
font-weight: 400;
text-align: center;
}
.separateur {
flex:1;
text-align: center;
font-size: 7rem;
font-weight: 100;
display: flex;
justify-content: center;
align-items: center; /* <---- NEW */
color: #8a8a8a;
}
#temperature-page {
display: flex;
flex-direction: column;
height: 100%;
}