-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
71 lines (63 loc) · 1.04 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
body{
padding: 0;
margin: 0;
background-image: url('img/bg.jpg');
background-repeat: no-repeat;
background-position: 100%;
background-size: 100%;
position: relative;
}
.search-box{
position: absolute;
left: 50%;
transform: translate(-50%, 100%);
background: #ccfffd;
height: 100px;
border-radius: 40px;
padding: 10px;
opacity: 0.5;
display: flex;
}
.search-btn{
color: #007874;
float: right;
font-size: 50px;
opacity: 1.0;
width: auto;
height: auto;
}
.search-txt{
border: none;
background: none;
outline: none;
float: left;
padding: 0;
color: #004987;
font-size: 16px;
transition: 0.4s;
line-height: 0px;
width: 700px;
font-size: 50px;
}
#weather-output {
max-width: 1000px;
margin: 0 auto;
padding-top: 250px;
-webkit-text-stroke: 0.5px white;
}
.banner {
color: #FFD23F;
font-family: sans-serif;
}
#city-name{
font-size: 100px;
}
#weather-type{
font-size: 50px;
}
.title{
padding-top: 100px;
size: 100px;
display: flex;
justify-content: center;
}