-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
54 lines (46 loc) · 751 Bytes
/
Copy pathstyle.css
File metadata and controls
54 lines (46 loc) · 751 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
header {
background-color: #333;
color: white;
padding: 20px;
text-align: center;
}
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
padding-bottom: 80px;
}
nav {
background-color: #444;
overflow: hidden;
width: 100%;
}
nav a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
nav a:hover {
background-color: #ddd;
color: black;
}
main {
padding: 20px;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 10px;
position: fixed;
width: 100%;
bottom: 0;
}
video {
max-width: 80%;
height: auto;
padding-bottom: 20px;
position: center;
}