-
Notifications
You must be signed in to change notification settings - Fork 0
/
video.css
60 lines (50 loc) · 896 Bytes
/
video.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
body {
background-color: beige;
}
.content {
text-align: center;
width: 800px;
margin: 0 auto;
}
.content-headings {
margin: 30px 0;
}
.heading {
font-size: 60px;
font-family: "Courier 10 Pitch", Courier, sans-serif;
}
.sub-heading {
font-size: 30px;
font-family: "Abyssinica SIL", sans-serif;
}
.heading-seperator {
height: 20px;
background-color: #FFBC00;
border: none;
}
.video-content {
margin: 20px;
}
.video-frame {
width: 700px;
height: 400px;
margin: auto;
}
.video-title {
font-size: 30px;
text-align: left;
font-family: "Courier 10 Pitch", Courier, sans-serif;
}
.video-btn {
display: inline-block;
margin: 0 40px;
}
.video-btn > button {
outline: none;
border: none;
border-radius: 5px;
padding: 10px;
background-color: #FFBC00;
color: black;
font-weight: bold;
}