-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
111 lines (95 loc) · 1.59 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
*{
margin:0;
padding: 0;
box-sizing: border-box;
font-family: 'Times New Roman', Times, serif;
}
body{
background: linear-gradient(to left,#25bbb3,#075ec0);
}
#icon{
display: block;
}
.container{
background-color: rgb(255, 255, 255);
width: 600px;
padding-bottom: 10px;
margin: auto;
margin-top: 100px;
border-radius:10px;
}
#cloud{
font-size:70px;
}
#wea{
font-size: 40px;
}
.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 400,
'GRAD' 0,
'opsz' 24;
font-size: 30px;
}
.title{
text-align: center;
/* font-size:40px; */
font-family: 'Times New Roman', Times, serif;
border-radius: 10px;
padding: 60px;
background-color: rgba(0, 194, 201, 0.801);
}
.report{
padding: 10px;
padding-bottom: 50px;
}
.container #input{
padding:5px;
border-radius: 8px;
outline: none;
width: 300px;
font-size:22px;
height: 50px;
background-color: white;
}
#input:focus{
box-shadow: 10px black;
}
.container #button{
position: relative;
height: 50px;
width: 100px;
background-color: rgb(20, 177, 250);
cursor: pointer;
font-size: 22px;
border-radius: 5px;
border:1px solid blue;
margin-left:-12px;
border:none;
}
.val{
margin-top: 50px;
margin-bottom: 50px;
}
#icon{
font-size: 70px;
}
#temp-val{
font-size: 34px;
}
#degree{
font-size: 33px;
font-weight: 900;
}
.temp{
margin-bottom: 30px;
}
#desc{
font-size:40px;
margin-bottom:30px ;
}
#loc{
font-size:40px;
margin-bottom:90px ;
}