-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
66 lines (58 loc) · 931 Bytes
/
Copy pathstyle.css
File metadata and controls
66 lines (58 loc) · 931 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
58
59
60
61
62
63
64
65
66
body{
margin: 25px;
background-color: rgb(83, 67, 136);
font-family: arial, sans-serif;
font-size: 14px;
}
h1 {
font-weight: bold;
color: white;
text-align: center;
font-family: Roboto;
font-size: 69px;
}
h2 {
font-weight: bold;
text-align: center;
font-family: comid-sans;
font-size: 49px;
}
h3 {
font-weight: bold;
text-align: center;
font-family: comid-sans;
font-size: 39px;
}
p {
color: white;
text-align: center;
font-size: 32px;
font-family: cambria;
margin: 10px 100px 10px 100px;;
}
img {
max-width: 80%;
text-align:center;
display: block;
margin: 0 auto;
}
video {
max-width: 80%;
text-align:center;
display: block;
margin: 0 auto;
}
.top50vid7 {
/*z-index:1;
position:absolute;
bottom:2.7%;
left:4.3%;
width:41.2%;
height:41.2%;
width:378px;
height:213px;*/
max-width: 80%;
text-align:center;
display: block;
margin: 0 auto;
}