From 90811b8709cb26d1db91247fb650c44621315a25 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 4 Jun 2013 19:42:56 +0200 Subject: add test directory and simple test document for per-slide backgrounds (#453) --- test/background.html | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 test/background.html (limited to 'test/background.html') diff --git a/test/background.html b/test/background.html new file mode 100644 index 0000000..9827eef --- /dev/null +++ b/test/background.html @@ -0,0 +1,82 @@ + + + + + + + reveal.js - Test + + + + + + + + + +
+ +
+ +
+

data-background: #00ff00

+
+ +
+

data-background: #0000ff

+
+ +
+
+

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

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