-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
84 lines (83 loc) · 1.23 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
body{
margin: 0;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background-color: #222;
font-family: Arial, Helvetica, sans-serif;
}
.main-div{
background: linear-gradient(135deg, #00feba, #5b548a);
color: #fff;
padding: 30px 25px;
border-radius: 20px;
}
.search-box{
height: 40px;
padding-left: 20px;
border-radius: 20px;
border: none;
margin-right: 5px;
width: 200px;
}
.search-icon{
height: 15px;
width: 15px;
}
.button-search{
height: 40px;
width: 40px;
border-radius: 20px;
border: none;
}
.clear{
display: flex;
align-items: center;
justify-content: center;
}
.sun-icon{
height: 130px;
width: 130px;
margin-top: 30px;
}
.clear-value{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-size: 35px;
}
.degree{
font-size: 50px;
}
.humi-wind{
display: flex;
align-items: center;
justify-content: center;
margin-top: 40px;
gap: 20px;
}
.humidity{
display: flex;
}
.wind{
height: 25px;
margin-right: 8px;
}
.humi{
font-size: 12px;
}
.per{
font-size: 23px;
}
.Weathers{
display: none;
}
.error{
text-align: left;
font-size: 14px;
margin-left: 10px;
margin-top: 10px;
display: none;
}