-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
91 lines (77 loc) · 1.17 KB
/
styles.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
body {
font-family: "Roboto", sans-serif;
}
h1 {
font-size: 36px;
font-weight: 100;
line-height: 24px;
margin-top: 30px;
}
ul {
margin: 0;
padding: 0;
}
li {
list-style: none;
margin: 0;
padding: 0;
font-size: 16px;
font-weight: 100;
line-height: 19px;
}
a {
text-decoration: none;
}
.image {
height: 64px;
width: 64px;
position: relative;
top: -16px;
}
.col-6 {
margin-top: 20px;
}
.col-6 strong {
font-size: 58px;
line-height: 1;
font-weight: 400;
}
.col-6 .units {
position: relative;
font-size: 16px;
top: -32px;
}
.weather-app {
max-width: 600px;
margin: 0 auto;
}
.contant {
max-width: 600px;
margin: 20px auto;
padding: 20px;
background: linear-gradient(to top, #fddb92 0%, #d1fdff 100%);
border: 1px solid #dadde1;
border-radius: 5px;
}
.enter-city {
border: 2px solid green;
padding: 10px 55px;
}
.search-button {
margin-left: 15px;
vertical-align: center;
padding: 10px 20px;
}
.weather-forecast {
margin-top: 20px;
text-align: center;
}
.weather-forecast-date {
font-size: 16px;
}
.weather-forecast-temperature-min {
opacity: 0, 6;
}
.weather-forecast-temperatures {
font-size: 14px;
}