-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathweather.css
96 lines (90 loc) · 1.78 KB
/
weather.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
body
{
margin: 100px auto;
height: 500px;
max-width: 400px;
border: 4px solid blanchedalmond;
text-align: center;
padding: 25px;
animation: gradientBG 1s ease infinite;
border-radius: 4px;
font-family:Montserrat;
/* background-image: url("scene3.jfif"); */
background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}
h1{
font-size:60px;
margin: -5px;
}
h2{
font-size: 40px;
margin: 0px;
}
#supo
{
font-size: 15px;
color: black;
}
.input
{
background: transparent;
width: 300px;
height: 3rem;
font-size: 2rem;
font-family:Montserrat;
fill-opacity: initial;
padding: 5px;
text-align: center;
border-top: 0px;
border-left: 0px;
border-right: 0px;
}
#butt
{
height: 2rem;
width: 5rem;
font-size: 20px;
padding: 2px;
cursor: pointer;
border:1px;
margin:9px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
background-color: rgb(54, 51, 51);
color: seashell;
}
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
height:496px;
color:rgb(33, 80, 95);
background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}
.card:hover {
box-shadow: 0px 20px 25px 20px rgba(10, 10, 10, 0.2);
}
.butt:hover
{
box-shadow: 0 8px 16px 0 rgba(7, 0, 0, 0.3);
}
#titl
{
font-size: 50px;
margin:20px;
}
#distemp
{
font-size: 25px;
margin: -25px;
border: 4px solid blanchedalmond;
text-align: center;
padding-top: 24px;
animation: gradientBG 1s ease infinite;
border-radius: 4px;
font-family:Montserrat;
max-width: 250px;
height: 195px;
margin-left: 70px;
margin-right: 70px;
margin-top: 10px;
}