forked from Kalvium-Program/earth_boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
37 lines (30 loc) · 662 Bytes
/
style.css
File metadata and controls
37 lines (30 loc) · 662 Bytes
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
@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');
body {
background: url("https://kq-storage.s3.ap-south-1.amazonaws.com/Github/earth/climate-change-bg%5B1%5D.png");
font-family: 'Work Sans', sans-serif;
background-size: 100% 100%;
text-align: center;
}
.container {
width: 100vw;
height: 100vh;
color: white;
margin-top: 200px;
}
h4 {
font-size: 120%;
}
hr {
width: 10%;
}
.change {
background: transparent;
color: white;
border-radius: 30px;
font-size: 120%;
padding: 15px 20px;
margin: 50px;
}
iframe {
border: none;
}