forecast/components/MainCard.module.css
2021-09-23 13:03:05 +03:00

24 lines
251 B
CSS

.wrapper {
text-align: center;
padding: 30px;
}
.location {
font-size: 38px;
margin-bottom: 10px;
}
.description {
font-size: 24px;
margin-bottom: 20px;
}
.image {
width: 300px;
height: 300px;
}
.temperature {
font-size: 84px;
}