From b6e2119104bf38401bc4f03c72b171f8862b24ee Mon Sep 17 00:00:00 2001 From: Akshen Date: Tue, 16 Apr 2019 16:53:47 +0530 Subject: play button css fix --- static/css/sticky-footer.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'static') 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 -- cgit