summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--static/css/sticky-footer.css17
2 files changed, 18 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4ef05c0..ec6dd19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,7 +38,7 @@ migrations/
*.swp
#images/gif
-#*.png
+*.png
*.gif
#VS code
diff --git a/static/css/sticky-footer.css b/static/css/sticky-footer.css
index ea445db..3e7ae2b 100644
--- a/static/css/sticky-footer.css
+++ b/static/css/sticky-footer.css
@@ -83,4 +83,21 @@
left: 0;
background-color: #efefef;
text-align: center;
+}
+
+/* video-thumbnail over image */
+#play-btn
+{
+ position: absolute;
+ top: 40%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ -ms-transform: translate(-50%, -50%);
+ background-color: #555;
+ color: white;
+ font-size: 16px;
+ padding: 10px 20px;
+ border: none;
+ cursor: pointer;
+ border-radius: 5px;
} \ No newline at end of file