diff options
| -rw-r--r-- | css/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index b1f9099..32af8a3 100644 --- a/css/style.css +++ b/css/style.css @@ -137,6 +137,19 @@ button { text-align: center; } +.responsive-video { + position: relative; + padding-bottom: 56.25%; /* 16:9 -> 9/16x100 */ + overflow: hidden; +} +.video { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; +} + ul.no-bullets { list-style-type: none; font-family: monospace; |
