-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
92 lines (83 loc) · 1.21 KB
/
index.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
button {
border-radius: 4px;
background-color: #d7c0d0;
border: 1px solid lightgray;
font-family: "Indie Flower", cursive;
font-size: larger;
width: 72px;
height: 31px;
}
#weather-search-engine {
margin-bottom: 5px;
}
h1 {
color: #fbe300;
margin-top: 8px;
}
h2 {
color: #848383;
}
h3 {
font-family: "Indie Flower", cursive;
font-weight: 400;
font-size: 15px;
color: #47026c;
}
form,
h1,
h2,
ul,
.weatherIcon {
margin: 20px auto;
}
h1,
h2,
h3,
.time,
.weatherIcon {
text-align: center;
}
.col-2 {
position: relative;
left: 29px;
}
.container {
background: #f8effc;
border: 1px solid lightgray;
border-radius: 8px;
padding: 10px;
width: 350px;
height: 680px;
margin: 25px 30px 5px;
}
.different-temperature {
font-size: 10px;
}
.row {
font-family: "Indie Flower", cursive;
font-weight: 800;
font-size: large;
color: #47026c;
}
.sourceCode {
margin-left: 32px;
font-size: small;
}
.time {
font-family: "Mochiy Pop One", sans-serif;
font-weight: 300;
font-size: 14px;
color: #848383;
margin-top: 10px;
}
.weatherIcon {
color: #000;
font-size: 40px;
}
.weatherTime {
margin-top: 20px;
}
.different-temperature,
.weatherTimeIcon {
margin-top: 10px;
}