diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-06-29 21:36:11 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-06-29 21:36:11 -0400 |
commit | f0e63c8e7549d21fb9e17e9af705ba7fc7eeb0f0 (patch) | |
tree | b72b33889ed2718fc135ca9c0a754b26117ffc72 /test | |
parent | 5a400dc678363fe25eb8a5ca86e3e7f6d73410cb (diff) | |
download | fosdem-2018-presentation-f0e63c8e7549d21fb9e17e9af705ba7fc7eeb0f0.tar fosdem-2018-presentation-f0e63c8e7549d21fb9e17e9af705ba7fc7eeb0f0.tar.gz |
additional background test
Diffstat (limited to 'test')
-rw-r--r-- | test/background.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/test/background.html b/test/background.html index 9d6a147..da2b947 100644 --- a/test/background.html +++ b/test/background.html @@ -50,10 +50,19 @@ </section> </section> - <section data-background="assets/image1.png" style="background: rgba(255,255,255,0.9)"> + <section data-background-transition="slide" data-background="assets/image1.png" style="background: rgba(255,255,255,0.9)"> <h2>Background image</h2> </section> + <section> + <section data-background-transition="slide" data-background="assets/image1.png" style="background: rgba(255,255,255,0.9)"> + <h2>Background image</h2> + </section> + <section data-background-transition="slide" data-background="assets/image1.png" style="background: rgba(255,255,255,0.9)"> + <h2>Background image</h2> + </section> + </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> <pre>data-background-size="100px" data-background-repeat="repeat" data-background-color="#111"</pre> |