-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
82 lines (81 loc) · 1.14 KB
/
style.css
File metadata and controls
82 lines (81 loc) · 1.14 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
body{
width:100%;
}
#content{
margin:0 auto;
padding-top:50px;
}
h1{
font-family:'century gothic', arial, sans-serif;
margin-top:20%;
padding:0;
text-align:center;
}
.video{
background-repeat:no-repeat;
display:inline-block;
height:220px;
float:left;
margin:30 25 30 25;
position:relative;
width:400px;
}
video{
top:40px;
position:absolute;
}
.videobox{
margin-top:100px;
position:relative;
height:1000px;
}#left{
float:left;
width:50%;
}
#right{
float:right;
width:50%;
}
/*
h1{
font-family:'century gothic', arial, sans-serif;
padding:0;
text-align:center;
}
.video{
background-repeat:no-repeat;
display:inline-block;
height:400px;
float:left;
margin:30 15 30 15;
position:relative;
width:420px;
}
video{
margin-top:100px;
width:400px;
}
#one{
background-image:url('images/00.png');
}
#two{
background-image:url('images/01.png');
}
#three{
background-image:url('images/02.png');
}
#four{
background-image:url('images/03.png');
}
#five{
background-image:url('images/04.png');
}
#six{
background-image:url('images/05.png');
}
#seven{
background-image:url('images/06.png');
}
#eight{
background-image:url('images/07.png');
}*/