-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
57 lines (51 loc) · 723 Bytes
/
index.css
File metadata and controls
57 lines (51 loc) · 723 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.container{
position: relative;
color: #fff;
video{
margin: -60px 0 0 0;
}
}
h1{
position: absolute;
top: 140px;
left: 10px;
font-size: 24px;
mix-blend-mode: difference;
}
body {
width: 1200px;
margin: 0 auto;
}
nav {
height: 60px;
background-color: #f8f8f8;
}
ul {
display: flex;
align-items: center;
height: 100%;
justify-content: right;
}
li {
list-style-type: none;
}
nav a {
text-decoration: none;
font-weight: 700;
color: #333;
font-size: 15px;
display: block;
width: auto;
padding: 0 20px;
box-sizing: border-box;
}
p {
line-height: 26px;
}
.ignore li a {
margin: 0 10px;
font-size: 15px;
display: block;
width: auto;
text-decoration: none;
}