diff --git a/css/style.css b/css/style.css index 8ad4c56..2aa70ef 100644 --- a/css/style.css +++ b/css/style.css @@ -20,28 +20,39 @@ img { height: auto; } -div#main { +.footer { + float: left; + height: 15vh; + font-size: 1.5em; + vertical-align: middle; + width: 32vw; +} + +.right { + text-align: right; +} + +.left { + text-align: left; +} + +.center { + text-align: center; +} + +slide-deck div { height: 80vh; padding: 1em; background: lightgray; } -div#footer-left { - vertical-align: middle; +slide-controls { height: 15vh; + width: 33vw; + text-align: center; float: left; } -div#footer-left img { - display: inline-block; -} - -div#footer-right { - font-size: 2em; - height: 15vh; - float: right; -} - nextslide { display: none; } \ No newline at end of file diff --git a/index.html b/index.html index 10b13dd..735cc01 100644 --- a/index.html +++ b/index.html @@ -15,14 +15,15 @@
-Lorem jalskdjflkasdjflkasd jkjdsaflkdsj kldsjflksdjdlk klsdjflkasjlksj kjdsf + asdklfjlkfjk laskdjfladskjf + asldfkjlkddj + asldfjlkfjjkjlff +
\ No newline at end of file diff --git a/templates/controls.html b/templates/controls.html new file mode 100644 index 0000000..d57eea9 --- /dev/null +++ b/templates/controls.html @@ -0,0 +1,5 @@ + + +?/? + + \ No newline at end of file