-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
88 lines (76 loc) · 1.25 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
body {
background-image: url(images/image-6.jpg);
background-size: cover;
background-repeat: no-repeat;
margin-top: 1em;
height: 100vh;
background-position: fixed;
}
body,html {
height: 100%;
width: 100%;
}
.input-group {
margin: 1em auto;
max-width: 500px;
}
.input-group-text:hover {
border: 2px solid #1a1a1a;
}
#weather-info {
text-align: center;
color: white;
display: none;
}
.city-name {
font-size: 2.5em;
letter-spacing: 2px;
}
.temp {
font-size: 3em;
margin-top: 20px;
}
.temp-range {
font-size: 2em;
margin-top: 16px;
}
.para {
font-size: 2em;
margin-top: 16px;
}
#weather-container {
display: flex;
justify-content: space-evenly;
align-items: center;
border-top: 1px solid white;
margin-top: 3em;
}
.day-name1,.day-name2,.day-name3,.day-name4,.day-name5 {
font-size: 1em;
margin-top: 1em;
}
.date-name1,.date-name2,.date-name3,.date-name4,.date-name5 {
font-size: 1em;
margin-top: 1em;
}
.description {
font-size: 6em;
}
.icon {
font-size: 1.5em;
}
.forecast-icon1 {
font-size: 2em;
}
.forecast-icon2 {
font-size: 2em;
}
.forecast-icon3 {
font-size: 2em;
}
.forecast-icon4 {
font-size: 2em;
}
.forecast-icon5 {
font-size: 2em;
}