From 2de3c9e7544e7f507c9849d7247ad6b4a616fdb4 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Tue, 30 Nov 2021 16:42:44 -0500 Subject: new iframe classes and div classes --- css/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'css/style.css') 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; -- cgit v1.2.3