diff options
author | Akshen | 2019-04-16 17:02:57 +0530 |
---|---|---|
committer | GitHub | 2019-04-16 17:02:57 +0530 |
commit | 23b40fe9e05eeca3f3aad077ae6a040efa819dd5 (patch) | |
tree | 9467ee8924c128fbc67bc0c972103f64fed01c98 /static | |
parent | 1d1ea1bbb97024c7cf011653309cb09e086ff247 (diff) | |
parent | b6e2119104bf38401bc4f03c72b171f8862b24ee (diff) | |
download | FOSSEE_animations-23b40fe9e05eeca3f3aad077ae6a040efa819dd5.tar.gz FOSSEE_animations-23b40fe9e05eeca3f3aad077ae6a040efa819dd5.tar.bz2 FOSSEE_animations-23b40fe9e05eeca3f3aad077ae6a040efa819dd5.zip |
Merge pull request #6 from Akshen/develop
play button css fix
Diffstat (limited to 'static')
-rw-r--r-- | static/css/sticky-footer.css | 17 |
1 files changed, 17 insertions, 0 deletions
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 |