forecast/styles/Home.module.css
2021-07-18 01:37:20 +03:00

38 lines
671 B
CSS

.wrapper {
max-width: 600px;
margin: 30px auto;
text-align: center;
padding: 30px;
background: rgba(255, 255, 255, 0.25);
box-shadow: 0 8px 32px 0 rgba(83, 89, 179, 0.37);
backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(3px);
border-radius: 10px;
border: 1px solid rgba(255, 255, 255, 0.18);
}
.locationTitle {
font-size: 38px;
margin-bottom: 20px;
}
.weatherDescription {
font-size: 24px;
margin-bottom: 30px;
}
.mainTemp {
font-size: 84px;
}
.searchInput {
margin-top: 200px;
height: 40px;
width: 300px;
border: none;
padding: 0 10px;
color: #242424;
font-size: 20px;
background: rgba(255, 255, 255, 0.25);
}