readme + more styling

This commit is contained in:
janis
2022-12-14 08:06:36 +01:00
parent 8fdc291f15
commit 08d3fc8dfd
3 changed files with 17 additions and 1 deletions

2
website/README.md Normal file
View File

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

View File

@@ -102,3 +102,17 @@ body {
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%;
}

View File

@@ -63,7 +63,7 @@
<!--GETTING STARTED with link to docs (that have been translated to html)-->
<div class="getting-started">
<h2>Impressed?</h2>
<h2 class="big-text">Impressed?</h2>
<h3>Then you should try impress.js</h3>
<p>*no rhyme intended</p>
<a class="button go-impress" href="./docs/gettingStarted.html">Get started!</a>