Browse Source

additional background test

embed
Hakim El Hattab 12 years ago
parent
commit
424f8ee961
  1. 7
      test/background.html

7
test/background.html

@ -59,6 +59,13 @@
<pre>data-background-size="100px" data-background-repeat="repeat" data-background-color="#111"</pre>
</section>
<section data-background="#888888">
<h2>Same background twice (1/2)</h2>
</section>
<section data-background="#888888">
<h2>Same background twice (2/2)</h2>
</section>
</div>
</div>

Loading…
Cancel
Save