diff --git a/website/css/style.css b/website/css/style.css index b6547d2..5727ae8 100644 --- a/website/css/style.css +++ b/website/css/style.css @@ -118,6 +118,10 @@ body { text-align: center; } +.unstyled-html, .create { + width: 100%; +} + /* This div will have crazy cool style, as this should represent that you can use (almost) all the CSS you want.*/ .create .special-style { background-color: aqua; @@ -191,8 +195,13 @@ body { .sidebyside-element { width: 40%; } + } code { text-align: justify; +} + +code, pre { + max-width: 80vw; } \ No newline at end of file diff --git a/website/index.html b/website/index.html index 7cac87f..8619fd8 100644 --- a/website/index.html +++ b/website/index.html @@ -28,42 +28,44 @@
-
-
-

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

+
+

FULL power of CSS.