From b292c6f3f4526ef93ef96cbf4092a86bfadbbc85 Mon Sep 17 00:00:00 2001
From: Hakim El Hattab
Date: Sat, 29 Jun 2013 21:48:56 -0400
Subject: add barebones example
---
examples/slide-backgrounds.html | 101 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 101 insertions(+)
create mode 100644 examples/slide-backgrounds.html
(limited to 'examples/slide-backgrounds.html')
diff --git a/examples/slide-backgrounds.html b/examples/slide-backgrounds.html
new file mode 100644
index 0000000..fbbdd3a
--- /dev/null
+++ b/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
+ 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