added and styled weather-fetch and card component. also applied some styling to app.css

This commit is contained in:
Yusuf İpek
2021-01-21 16:03:50 +03:00
parent b0e5713b24
commit c1bc1b06cb
10 changed files with 908 additions and 53 deletions
+22
View File
@@ -0,0 +1,22 @@
.card {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 250px;
.list {
margin-left: 40px;
width: 200px;
height: 230px;
background-color: #242f34;
border: 1px solid grey;
border-radius: 5px;
padding: 20px;
.text {
text-align: center;
list-style: none;
line-height: 30px;
}
}
}