diff options
Diffstat (limited to 'styles/presentation.css')
-rw-r--r-- | styles/presentation.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/styles/presentation.css b/styles/presentation.css new file mode 100644 index 0000000..309b616 --- /dev/null +++ b/styles/presentation.css @@ -0,0 +1,13 @@ +.presentation { + background-color: #000; +} + +.slideWrapper { + margin: 0 auto; + max-width: calc(16 / 9 * 100vh); +} + +.slide { + padding-top: calc(9 / 16 * 100%); + background-color: #ff00ff; +} |