-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (50 loc) · 1.26 KB
/
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
html {
height: 100%;
padding: 0;
margin: 0;
background-color: rgba(66, 66, 66, 1);
background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 100%);
background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 100%);
background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 100%);
background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 100%);
background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(209,209,209,1) 49%, rgba(219,219,219,1) 50%, rgba(226,226,226,1) 100%);
}
body {
padding: 0;
margin: 0;
}
#container {
width: 640px;
height: 360px;
margin: 0 auto;
margin-top: 100px;
padding: 0;
}
video {
position: absolute;
width: 640px;
height: 360px;
display: none;
}
#vid2 {
display: block;
}
img {
display: none;
}
canvas {
position: absolute;
z-index: 1;
}
#canvas, #merge {
display: none;
}
p {
width: 600px;
margin: 0 auto;
margin-top: 40px;
font-family: "Comic Sans MS";
font-size: 1.2em;
color: #452b1b;
text-align: center;
}