-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
114 lines (84 loc) · 1.31 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
body{
background-image: url(https://raluca-weather-app.netlify.app/media/clouds.jpeg);
background-repeat:no-repeat;
background-size: cover;
width:80%;
}
/* h1{
}
input{
}
h2{
}
button{
}
h3{
} */
/* img{
display: block;
margin: 0 auto;
width: 100px;
} */ */
.city-1{
display: inline;
font-size: 50px;
}
.city{
/* margin-left: 10px; */
margin: 50px;
}
span{
display: inline;
margin: 2px;
}
.emoji{
font-size: 40px;
/* margin-left: 100px; */
display: inline;
}
button{
transform: scale(1.5);
margin-left:20px;
}
.todays-date,.forecast-date-one,.forecast-date-two{
display: inline;
margin: 4px;
}
.rain{
display: inline-block;
margin: 1%;
width: 57%;
}
.current{
border: 3px solid pink;
margin-bottom: 2%;
float:left;
width: 26%;
margin:1%;
}
.current-icon,.forecast-icon-one,.forecast-icon-two{
margin:1%;
display: block;
}
.current-temp,.forecast-temp-one,.forecast-temp-two{
display: inline;
margin:4px;
margin-top: 5%;
}
.forecast-rain-one,.chance-rain,.forecast-rain-two{
display: inline;
}
.One{
border: 3px solid rgb(208, 108, 208);
margin-bottom: 2%;
float: left;
width: 20%;
margin-left: 6%;
margin-right: 87px;
}
.Two{
border: 3px solid rgb(97, 210, 225);
float: left;
width: 20%;
margin: 1%;
}