*no rhyme intended
Get started! - Download + Downloaddiff --git a/website/css/style.css b/website/css/style.css index 351ec58..33b1791 100644 --- a/website/css/style.css +++ b/website/css/style.css @@ -1,7 +1,9 @@ /* * -* impress.js Website +* impress.js Website style.css * +* copyright 2022 Janis Hutz +* * */ @@ -11,6 +13,10 @@ body { font-family: sans-serif; } +::selection { + background-color: #0000ff; +} + /* TITLE @@ -22,10 +28,10 @@ body { /* TODO: Add background image*/ /* make div full width (well technically oversized and move it to -1% offset */ display: block; - width: 103vw; - height: 100vh; - margin-top: -1vh; - margin-left: -1vw; + width: 101vw; + height: 130vh; + margin-top: -0.5vh; + margin-left: -0.5vw; text-align: center; } @@ -41,6 +47,7 @@ body { .type-animation { font-size: 500%; + color: white } diff --git a/website/docs/index.html b/website/docs/index.html new file mode 100644 index 0000000..e69de29 diff --git a/website/download.html b/website/download.html new file mode 100644 index 0000000..e69de29 diff --git a/website/index.html b/website/index.html index d570045..786712a 100644 --- a/website/index.html +++ b/website/index.html @@ -4,11 +4,18 @@