Add example of using a background image

This commit is contained in:
dzello
2018-09-14 19:45:35 +02:00
parent 3cf15427c3
commit aaab2bc49b
3 changed files with 28 additions and 2 deletions
@@ -28,4 +28,12 @@
.reveal section.side-by-side h1:nth-of-type(2) {
right: 25%;
}
.reveal section[data-background-image] a,
.reveal section[data-background-image] p,
.reveal section[data-background-image] h2 {
color: white;
}
.reveal section[data-background-image] a {
text-decoration: underline;
}
</style>