From 2440e19fab82f8b4bc17e48162bf00290e99117d Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Fri, 23 Aug 2013 14:57:11 -0400 Subject: move examples into test/ --- test/examples/slide-backgrounds.html | 101 +++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 test/examples/slide-backgrounds.html (limited to 'test/examples/slide-backgrounds.html') diff --git a/test/examples/slide-backgrounds.html b/test/examples/slide-backgrounds.html new file mode 100644 index 0000000..1e2da16 --- /dev/null +++ b/test/examples/slide-backgrounds.html @@ -0,0 +1,101 @@ + + + + + + + reveal.js - Slide Backgrounds + + + + + + + + + +
+ +
+ +
+

data-background: #00ffff

+
+ +
+

data-background: #bb00bb

+
+ +
+
+

data-background: #ff0000

+
+
+

data-background: rgba(0, 0, 0, 0.2)

+
+
+

data-background: salmon

+
+
+ +
+
+

Background applied to stack

+
+
+

Background applied to stack

+
+
+

Background applied to slide inside of stack

+
+
+ +
+

Background image

+
+ +
+
+

Background image

+
+
+

Background image

+
+
+ +
+

Background image

+
data-background-size="100px" data-background-repeat="repeat" data-background-color="#111"
+
+ +
+

Same background twice (1/2)

+
+
+

Same background twice (2/2)

+
+ +
+ +
+ + + + + + + + -- cgit v1.2.3