diff options
Diffstat (limited to 'fossee_manim/static')
-rw-r--r-- | fossee_manim/static/css/sticky-footer.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/fossee_manim/static/css/sticky-footer.css b/fossee_manim/static/css/sticky-footer.css index d0054bd..4bcbcc5 100644 --- a/fossee_manim/static/css/sticky-footer.css +++ b/fossee_manim/static/css/sticky-footer.css @@ -70,3 +70,21 @@ margin-left: .1rem; margin-right: .1rem; } + + +/* 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 |