-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
71 lines (59 loc) · 1.19 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
body {
font-family: Arial, sans-serif;
background-image: url('https://res.cloudinary.com/dblpy3gli/image/upload/v1667834129/sea_rocks_moss_132634_3840x2400_wagtac.jpg');
background-size: 100%;
color: white;
}
h1 {
display: flex;
justify-content: center;
font-size: 42px;
}
#header {
text-align: center;
margin-top: 50px;
}
#search-input {
padding: 10px;
font-size: 16px;
border: 1px solid gray;
border-radius: 5px;
width: 25%;
margin-bottom: 10px;
}
#search-Button {
padding: 10px 20px;
color: rgb(0, 0, 0);
border: 1px solid blue;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
margin-left: 20px;
}
#location {
text-align: center;
margin-top: 35px;
font-size: 24px;
}
#current {
text-align: center;
margin-top: 35px;
font-size: 18px;
}
.city {
font-weight: bold;
font-size: 38px;
}
.date {
margin-top: 10px;
}
.temp {
margin-top: 10px;
font-size: 36px;
}
.weather {
margin-top: 10px;
}
.hi-low {
margin-top: 10px;
}