diff --git a/website/css/style.css b/website/css/style.css index f796988..b6547d2 100644 --- a/website/css/style.css +++ b/website/css/style.css @@ -119,8 +119,29 @@ body { } /* This div will have crazy cool style, as this should represent that you can use (almost) all the CSS you want.*/ -.create .crazy-styled { +.create .special-style { background-color: aqua; + border-radius: 50px; + font-family: cursive; + padding: 5%; + animation-name: background; + animation-duration: 5s; + animation-iteration-count: 500; +} + +@keyframes background { + 0% { + background-color: aqua; + border-radius: 50px; + } + 50% { + background-color: rgba(0, 255, 255, 0.2); + border-radius: 200px; + } + 100% { + background-color: aqua; + border-radius: 50px; + } } .centered { diff --git a/website/demo/examples/index.html b/website/demo/examples/index.html index 7a533cf..8fdc2e7 100644 --- a/website/demo/examples/index.html +++ b/website/demo/examples/index.html @@ -1,16 +1,41 @@ + + -
-
+
+.impress-supported .fallback-message {
+ display: none;
+}
+
+.step {
+ width: 80vw;
+ height: 80vh;
+ background-color: white;
+}
+
+
To create stunning presentations