fix non-working rwd
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -28,17 +28,22 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="content">
|
||||
|
||||
<!--FEATURE OVERVIEW-->
|
||||
|
||||
<div class="centered">
|
||||
|
||||
<div class="create">
|
||||
<div class="unstyled-html">
|
||||
<h3>Use HTML</h3>
|
||||
<!--TODO: Add html demo code-->
|
||||
<pre>
|
||||
<code>
|
||||
<div id="impress">
|
||||
<div id="impress">
|
||||
<div class="step">
|
||||
<h1>impress.js - The JavaScript presentation framework</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</code>
|
||||
</pre>
|
||||
</div>
|
||||
@@ -46,24 +51,21 @@
|
||||
<h3 style="font-size: 200%;">And CSS</h3>
|
||||
<pre>
|
||||
<code>
|
||||
.impress-supported .fallback-message {
|
||||
.impress-supported .fallback-message {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.step {
|
||||
.step {
|
||||
width: 80vw;
|
||||
height: 80vh;
|
||||
background-color: white;
|
||||
}
|
||||
}
|
||||
</code>
|
||||
</pre>
|
||||
</div>
|
||||
<p>To create stunning presentations</p>
|
||||
</div>
|
||||
|
||||
<!--FEATURE OVERVIEW-->
|
||||
|
||||
<div class="centered">
|
||||
<div class="sidebyside">
|
||||
<div class="sidebyside-element">
|
||||
<h3>FULL power of CSS.</h3>
|
||||
|
||||
Reference in New Issue
Block a user