-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
47 lines (45 loc) · 853 Bytes
/
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
body{
background: url(sunrise\ vjit.jpg)no-repeat center center/cover;
height: 100vh;
}
.head{
color: #ccc;
font-size: 50px;
text-align: center;
}
.weather{
margin-top: 20px;
}
input[type="text"]{
padding: 10px;
width: 70%;
border: 1px solid #ccc;
}
.cont{
margin-top: 3%;
margin-left: auto;
margin-right: auto;
padding: 20px;
text-align: center;
background-color: #000000d4;
color: #ccc;
max-width: 400px;
border-radius: 2.5rem;
}
.but{
border-radius: .5rem;
background: white;
font-size: medium;
font-weight: bolder;
border-style: hidden;
width: 10rem;
height: 2rem;
}
.sub{
background: white;
border: none;
margin-left: 0.2rem;
border-radius: 20rem;
height: 3rem;
width: 3rem;
}