-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
63 lines (49 loc) · 1.4 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
/* Input Element Modification: Begin */
/* Main Input Element */
#cityQuery {
background: white;
min-width: 7em;
}
/* Button for Adding A New City to Dynamic List */
#addCitybtn {
background: #688ba3;
color: white;
}
#formLWrap {
background: #c7c1bb;
}
/* Dynamic Btn Object, Displaying Weather, Below */
.newCity {
display: block;
width: 100%;
margin: 2% 0 0 0;
}
/* Input Elements: End */
/* Five-Day Forecast Elements */
.five_day_div {
background: #4c9cb5;
max-width: 18%;
height: auto;
color: white;
display: inline-block;
margin: 3% 1% 1% 1%;
padding: 1% 1% 1% 1%;
}
/* Five-Day Forecast Wrapper */
#showWeatherForecast {
margin: 2em 0 0 0;
background: #d3d3d3;
}
/* Elements */
h1 {
color: white;
width: 100%;
}
#h1Wrap {
background: radial-gradient(#3a05fa 60%, black 40%);
text-align: center;
font-family: Verdana, Geneva, sans-serif
}
.card-text {
height: 48px;
}