From 08d3fc8dfdac3c566e27515a7048b2119d7b00a1 Mon Sep 17 00:00:00 2001 From: janis Date: Wed, 14 Dec 2022 08:06:36 +0100 Subject: [PATCH] readme + more styling --- website/README.md | 2 ++ website/css/style.css | 14 ++++++++++++++ website/index.html | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 website/README.md diff --git a/website/README.md b/website/README.md new file mode 100644 index 0000000..1dafeae --- /dev/null +++ b/website/README.md @@ -0,0 +1,2 @@ +# impress.js.org website +This folder contains all the code for the impress.js.org website. You can find the source code for the demo presentation and the other examples in the folder *demo* \ No newline at end of file diff --git a/website/css/style.css b/website/css/style.css index 3fae99c..351ec58 100644 --- a/website/css/style.css +++ b/website/css/style.css @@ -101,4 +101,18 @@ body { display: inline-block; width: 40%; margin: 2%; +} + + +/* GETTING STARTED BOX AND CHILDREN */ + +.getting-started { + margin-top: 5%; + width: 100%; + height: 50vh; + text-align: center; +} + +.big-text { + font-size: 200%; } \ No newline at end of file diff --git a/website/index.html b/website/index.html index 57a550e..6a709d8 100644 --- a/website/index.html +++ b/website/index.html @@ -63,7 +63,7 @@
-

Impressed?

+

Impressed?

Then you should try impress.js

*no rhyme intended

Get started!