Use HTML
- -
-
-<div id="impress">
- <div class="step">
- <h1>impress.js - The JavaScript presentation framework</h1>
- </div>
-</div>
-
-
- And CSS
-
-
-.impress-supported .fallback-message {
- display: none;
-}
-
-.step {
- width: 80vw;
- height: 80vh;
- background-color: white;
-}
-
-
- To create stunning presentations
-Use HTML
+ +
+
+ <div id="impress">
+ <div class="step">
+ <h1>impress.js - The JavaScript presentation framework</h1>
+ </div>
+ </div>
+
+
+ And CSS
+
+
+ .impress-supported .fallback-message {
+ display: none;
+ }
+
+ .step {
+ width: 80vw;
+ height: 80vh;
+ background-color: white;
+ }
+
+
+ To create stunning presentations
+