update background test, documented slide backgrounds in readme (#453)
This commit is contained in:
parent
544e090bd1
commit
0ce57f1f91
3 changed files with 37 additions and 15 deletions
|
@ -50,13 +50,13 @@
|
|||
</section>
|
||||
</section>
|
||||
|
||||
<section data-background="assets/image1.png">
|
||||
<section data-background="assets/image1.png" style="background: rgba(255,255,255,0.9)">
|
||||
<h2>Background image</h2>
|
||||
</section>
|
||||
|
||||
<section data-background="assets/image2.png" data-background-size="100px" data-background-repeat="repeat" data-background-color="#111" style="background: rgba(255,255,255,0.9)">
|
||||
<h2>Background image</h2>
|
||||
<code>data-background-size="100px" data-background-repeat="repeat"</code>
|
||||
<pre>data-background-size="100px" data-background-repeat="repeat" data-background-color="#111"</pre>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue