-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
70 lines (59 loc) · 966 Bytes
/
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
body {
font-family: arial, sans-serif;
background-image: url(./asset/image.webp);
background-repeat: no-repeat;
background-size: cover;
background-position: center top
}
h1 {
color: white;
font-size: 50px;
font-weight: 100;
line-height: 28px;
padding-top: 30px;
}
ul {
margin: 0 0 10px;
padding: 0;
}
li {
color: white;
font-size: 30px;
font-weight: 100;
height: 19px;
line-height: 1;
list-style: none;
padding-top: 30px;
}
.weather-app {
border: 2px solid #dadde1;
padding: 15px;
margin: 100px auto;
border-radius: 10px;
max-width: 800px;
min-height: 400px;
background-color: black;
}
.weather-icon {
height: 64px;
width: 64px;
margin-right: 10px;
}
.temperature {
color: white;
font-size: 80px;
font-weight: 400;
padding-top: 80px;
}
.units {
position: relative;
top: -50px;
color: white;
padding-top: 20px;
}
.search-form {
margin-bottom: 20px;
}
.col-6{
color: white;
}