-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
60 lines (47 loc) · 1.29 KB
/
style.css
File metadata and controls
60 lines (47 loc) · 1.29 KB
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
body {
background-color: black;
color: blanchedalmond;
margin: 0;
padding: 0;
}
header::before {
background: url('image/shutterstock_407554567.jpg')no-repeat center center/cover;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0.5;
height: 100vh;
}
.navigation {
font-size: 20px;
display: flex;
font-family: "https://fonts.googleapis.com";
}
li {
list-style: none;
padding: 20px 23px;
}
.navbar li:hover{
color: rgb(184, 247, 247);
}
a{content:"";
}
section {
height: 344px;
font-family: "https://fonts.googleapis.com";
margin: 0px 23px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
h1 {
font-size: 4rem;
}
p {
text-align: center;
}