diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | static/css/sticky-footer.css | 17 |
2 files changed, 18 insertions, 1 deletions
@@ -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 |