-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
38 lines (33 loc) · 726 Bytes
/
style.css
File metadata and controls
38 lines (33 loc) · 726 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
38
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;900&display=swap');
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.container {
margin: 0 auto;
height: 720px;
/* background-image: linear-gradient(#EFF54D, #00AC61); */
background-image: linear-gradient( #FF9F4A, #FF3C83);
text-align: center;
}
img {
height: 200px;
margin-top: 60px;
}
.banner {
padding: 30px;
margin: 20px 0;
background-color: #CAD5E2;
padding: 10px;
box-shadow: 5px 5px 5px 1px rgba(6, 6, 5, 0.2);
}
h1 {
font-size: 80px;
font-family: 'Montserrat', sans-serif;
}
p {
padding: 20px 0;
font-size: 20px;
font-family: 'Montserrat', sans-serif;
}