diff options
| author | Blista Kanjo | 2021-11-30 16:42:44 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2021-11-30 16:42:44 -0500 |
| commit | 2de3c9e7544e7f507c9849d7247ad6b4a616fdb4 (patch) | |
| tree | cfd9cd709f86c33c806644f479f6d88b8509b756 /css/style.css | |
| parent | 0ac043b03d88fb2172b324e95669b8fbb3864ceb (diff) | |
new iframe classes and div classes
Diffstat (limited to 'css/style.css')
| -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; |
