-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo.html
75 lines (71 loc) · 1.9 KB
/
video.html
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
<!DOCTYPE HTML>
<html>
<head>
<a href="widgets.html">widgets</a>
<meta charset="windows-1256">
<title id="demo4">The BEST stuff ever - Videos</title>
</head>
<body>
<iframe width="560" height="315" src="https://www.youtube.com/embed/XkS_x_TnseU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<style type="text/css">
body {
margin: 0;
font-family: Arial,sans-serif;
background-color: rgb(0,0,0)
} h1,#demo4 {
background-color: aliceblue;
}
#widgets {
color: crimson;
background-color: aliceblue;
}
.button1 {
background-color: yellow;
font-family: monospace;
}
.button2 {
font-family: serif;
background-color: aqua;
}
.button3 {
font-family: monospace;
color: darkblue;
background-color: aqua;
}
#submit {
background-color: red;
color: blue;
}
.quizzical {
background-color: aqua;
}
/* when link hovered*/
a:hover {
background-color: green;
color: red;
} button:hover {
background-color: blue;
color: black;
}
#demo, #demo2, #demo3, #demo5 {
font-family: monospace;
color: blue;
}
.list {
color: hsl(304, 100%, 50%)
}
tr, th,td {
color: blue;
border-radius: 100%;
border-color: palevioletred;
} footer {
background-color: crimson;
width: 675;
color: aqua;
font-family: monospace
} a {
color: aqua;
}
</style>
</body>
</html>