-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
34 lines (29 loc) · 799 Bytes
/
style.css
File metadata and controls
34 lines (29 loc) · 799 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
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body {
font-family: 'Poppins', sans-serif;
margin: 0;
}
#section {
height: 100vh;
border: 0px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
background-image: linear-gradient(rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25)), url('https://images.unsplash.com/photo-1564296786842-4fc88fb50485?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
}
h1 {
font-size: 50px;
color: white;
}
h2 {
color: white;
}
#welcome {
font-size: 50px;
margin: bottom: 20px;
}