I'm not entirely sure what I changed here :P

This commit is contained in:
Arona Jones
2015-02-04 16:18:49 +00:00
parent b676788345
commit fef32e5044
2 changed files with 28 additions and 20 deletions

View File

@@ -25,6 +25,7 @@
body {
padding-top: 50px;
}
.starter-template {
padding: 40px 15px;
text-align: center;
@@ -340,20 +341,22 @@
</div>
</div>
<h2 style="background-color: #F8ECC2;">Video Recording of Clockwork Mechanisms</h2>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="420" height="315" src="http://www.youtube.com/embed/xDeC6ZB3J5g?fs=1&showsearch=0" frameborder="0" allowfullscreen="1">
</iframe>
</div>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="420" height="315" src="http://www.youtube.com/embed/cDSUxLj--Wk?fs=1&showsearch=0" frameborder="0" allowfullscreen="1">
</iframe>
</div>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="420" height="315" src="http://www.youtube.com/embed/Q2KymGLOH6M?fs=1&showsearch=0" frameborder="0" allowfullscreen="1">
</iframe>
<div class="jumbotron">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="520" height="415" src="http://www.youtube.com/embed/xDeC6ZB3J5g?fs=1&showsearch=0" frameborder="0" allowfullscreen="1">
</iframe>
</div>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="520" height="415" src="http://www.youtube.com/embed/cDSUxLj--Wk?fs=1&showsearch=0" frameborder="0" allowfullscreen="1">
</iframe>
</div>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" width="520" height="415" src="http://www.youtube.com/embed/Q2KymGLOH6M?fs=1&showsearch=0" frameborder="0" allowfullscreen="1">
</iframe>
</div>
</div>
</div>
</div>
</body>
</html>
</html>