-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
66 lines (58 loc) · 981 Bytes
/
style.css
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
html {
font-family: sans-serif;
}
body {
margin: 0;
color: White;
background-size: cover;
background-image: url(media/GDC\ Mobile\ Background.svg);
background-size: cover;
margin: auto;
}
header {
background-image: url("media/center.svg");
background-position: center;
background-size: cover;
height: 200px;
}
h2 {
text-align: center;
color: white;
}
p {
margin-left: 2%;
margin-right: 2%;
text-align: center;
}
article {
padding: 10px;
}
div {
margin: 10px;
display: flex;
justify-content: center;
align-items: center;
}
.vidBox {
border: 10px solid;
border-image-slice: 1;
border-width: 5px;
border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}
.errMsg {
color: red;
}
.topnav {
background-color: #333;
overflow: hidden;
bottom: 0;
position: fixed;
width:100%;
}
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 5px;
font-size: 30px;
}