diff --git a/docs/index.html b/docs/index.html
index a4ab1f179..fd6d7440f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -27,9 +27,16 @@
Friday Night Funkin' - Rhythm game extraordinaire
-
+
+
+
+
Friday Night Funkin' is a dope ass rhythm game.
diff --git a/docs/styles.css b/docs/styles.css
index 42d86e7e3..3d6536204 100644
--- a/docs/styles.css
+++ b/docs/styles.css
@@ -8,7 +8,7 @@
#wrapper
{
- padding: 25px;
+ padding: 20px;
margin: auto;
}
@@ -21,17 +21,11 @@ h1 {
text-align: center;
}
-iframe {
- margin: auto;
- display:block;
-}
-
body {
background-image: url('img/skin-funkin-cardbordtoast.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
- background-size: 100% 130%;
color:white;
background-color: #000;
font-family: Arial, Helvetica, sans-serif;
@@ -67,3 +61,25 @@ a { color:inherit;
{
color: #fa5c5c;
}
+
+#coolervidwrapper {
+ padding-left: min(12em, 75%);
+ padding-right: min(12em, 75%);
+ min-width: 30%;
+}
+
+.videoWrapper {
+ position: relative;
+ padding-bottom: 56.25%; /* 16:9 */
+ height: 0;
+
+ max-block-size: 1400px;
+}
+.videoWrapper iframe {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+
+}