forked from lingonsaft/hacktoberfest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
spooky.html
109 lines (96 loc) · 4.67 KB
/
spooky.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<!--Made By TheNoodleMoose-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Hacktoberfest - Spooky Bois </title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
</head>
<style>
body {
background-color: orange;
}
h1 {
color: darkorange;
}
h2 {
color: white;
}
li {
color: white;
font-size: 37px;
}
.spook_vid {
align-content: center;
}
.center {
border-style: solid;
border-color: white;
border-width: 5px;
display: table;
margin: 0;
}
.skeleton1 {
border-color: white;
border-width: 3px;
}
</style>
<body>
<nav class="navbar navbar-expand navbar-dark bg-dark">
<a class="navbar-brand" href="https://hacktoberfest.lingonsaft.com">Hacktoberfest</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExample02" aria-controls="navbarsExample02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExample02">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
</ul>
</div>
</nav>
<div class="top">
<marquee scrollamount="30"><h1 class="center">Spooky Bois Of The Month</h1></marquee>
<br>
<h2 class="center">All The Spookiest Bois have come out this month and here is a list of the TOP 10 SPOOKIEST BOIS OF 2018!</h2>
<br>
</div>
<div align="center">
<iframe id="spook_vid" width="560" height="315" src="https://www.youtube.com/embed/9DECYte0kZ4?rel=0&origin=https://hacktoberfest.lingonsaft.com" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<div align="center">
<ol>
<li><img id= "skeleton1"src="https://i.kym-cdn.com/entries/icons/square/000/015/990/image.jpg" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://i.kym-cdn.com/photos/images/newsfeed/000/376/354/3dd.gif" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://i.kym-cdn.com/photos/images/newsfeed/000/937/371/960.jpg" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://i.ytimg.com/vi/_-1NagZ2psc/hqdefault.jpg" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://i.redd.it/p1ny1kzmo5q11.jpg" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://preview.redd.it/u5jcy0hbt0q11.png?width=640&crop=smart&s=1d9eae9e743b3fcb57d396a355510b86e9a0eff1" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://i.redd.it/rqna5bhon5q11.jpg" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://preview.redd.it/9ut92xtcm5q11.jpg?width=960&crop=smart&s=c67045e6cf69b00a99e510417809600b754d4ce5" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://i.redd.it/54sax7kljzp11.jpg" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://i.redd.it/1akb1c7vg5q11.jpg" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://www.dailydot.com/wp-content/uploads/a3a/b7/79366031d45f9827a5fbd20919e37ae5.jpg" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://img-9gag-fun.9cache.com/photo/aYYNypw_700b.jpg" alt="Rescue Spook" width="240px" height="240px" border=3px></li>
<br>
<li><img id= "skeleton1"src="https://img-9gag-fun.9cache.com/photo/awA0Mj1_700b.jpg" width="240px" height="240px" border=3px></li>
</ol>
</div>
</body>
</html>