From a91b3874e7454f88712396054920423a68987377 Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Fri, 9 Apr 2021 19:13:04 +0200
Subject: Initial
---
examples/backgrounds.html | 141 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 141 insertions(+)
create mode 100644 examples/backgrounds.html
(limited to 'examples/backgrounds.html')
diff --git a/examples/backgrounds.html b/examples/backgrounds.html
new file mode 100644
index 0000000..19d40c3
--- /dev/null
+++ b/examples/backgrounds.html
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+ reveal.js - Slide Backgrounds
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ data-background: #00ffff
+
+
+
+ data-background: #bb00bb
+
+
+
+ data-background: lightblue
+
+
+
+
+ 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)
+
+
+
+
+
+
+
+
+ Same background twice vertical (1/2)
+
+
+ Same background twice vertical (2/2)
+
+
+
+
+ Same background from horizontal to vertical (1/3)
+
+
+
+ Same background from horizontal to vertical (2/3)
+
+
+ Same background from horizontal to vertical (3/3)
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.2.3