-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
126 lines (103 loc) · 1.96 KB
/
Copy pathstyle.css
File metadata and controls
126 lines (103 loc) · 1.96 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
body {
color: lab(29.29% 0 0 / 0.734);
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
text-align: center;
}
h1 {
font-size: 4em;
margin-bottom: 0.5em;
}
menu {
background-color: #3f3f4175;
padding: 10px 20px;
border-radius: 5px;
display: flex;
justify-content: center;
width: 500px;
margin: 0 auto;
}
menu li {
display: inline-block;
margin: 0 1em;
}
menu a {
text-decoration: none;
color: #ffffff;
font-size: 3em;
}
img {
max-width: 100%;
height: auto;
border-radius: 10px;
}
.back-link {
margin-top: 20px;
text-align: center;
text-decoration: none;
}
.back-link a {
color: hsl(216, 3%, 33%);
font-size: 1.5em;
text-decoration: none;
}
.back-link a:hover {
color: #7275d2a7;
}
.download-link {
color: #ffffff;
font-size: 2em;
text-decoration: none;
background-color: #7275d2a7;
padding: 10px 20px;
border-radius: 5px;
display: inline-block;
margin-top: 20px;
margin-bottom: 20px;
}
.download-link:hover {
background-color: #5a5dc0;
}
#myVideo {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
z-index: -1;
filter: blur(5px);
}
.download_background {
background-color: #7275d2a7;
padding: 10px 20px;
border-radius: 5px;
display: inline-block;
margin-top: 20px;
margin-bottom: 20px;
}
.gallery_background {
background-color: #7275d2a7;
padding: 10px 20px;
border-radius: 5px;
display: inline-block;
margin-top: 20px;
margin-bottom: 20px;
}
.download_background:hover {
background-color: #5a5dc0;
}
.gallery_background:hover {
background-color: #5a5dc0;
}
.download-link-container {
background-color: #3f3f4175;
padding: 10px 20px;
border-radius: 5px;
display: flex;
justify-content: center;
width: 500px;
margin: 0 auto;
}
h2 {
font-size: 2em;
margin-bottom: 0;
}