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 @@