-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
76 lines (68 loc) · 1.8 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
/* <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script> */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800;900&family=Poppins&family=Press+Start+2P&family=Teko:wght@300;400;500;600&display=swap');
body{
background-color: #85e6f2;
}
.brandName{
font-family: "Montserrat";
font-weight: 800;
}
.searchDiv{
width: 70vw;
height: 20vw;
/* border-radius: 20px; */
/* background-color: red; */
background: url("sky.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
margin-top: 15vh;
border-radius: 20px;
box-shadow: 0px 0px 10px;
}
.searchBox{
/* margin-top: 10vh; */
text-align: center;
width: 45vw;
/* display: flex; */
/* justify-content: space-between; */
}
/* .gap{
width: 3vw;
} */
.searchBox p{
font-family: "Montserrat";
font-size: 1.8vw;
font-weight: 800;
}
.searchBox button{
font-family: "Poppins";
}
.weather{
display: flex;
justify-content: space-around;
width: 90vw;
margin: auto;
}
.day{
width: 15vw;
margin-top: 15vh;
margin-bottom: 15vh;
}
.footer{
height: 30vh;
background-color: #282a35;
font-family: "Montserrat";
font-weight: 600;
color: white;
text-align: center;
font-size: 1.3vw;
display: flex;
flex-direction: column;
justify-content: center;
}
.searchInput{
/* width: 90%; */
}