create main card

This commit is contained in:
madarsbiss
2021-09-21 20:51:32 +03:00
parent 36429c61c6
commit afbf78fd44
4 changed files with 74 additions and 50 deletions

View File

@@ -15,20 +15,6 @@
display: none;
}
.weatherWrapper {
padding: 30px;
}
.locationTitle {
font-size: 38px;
margin-bottom: 10px;
}
.weatherDescription {
font-size: 24px;
margin-bottom: 20px;
}
.statsWrapper {
background-color: rgb(247, 247, 247);
padding: 30px;
@@ -42,10 +28,6 @@
gap: 20px;
}
.mainTemp {
font-size: 84px;
}
.searchInput {
margin-bottom: 20px;
height: 40px;