# \donttest{
mapdeck() %>%
add_title(title = "first title", layer_id = "first") %>%
add_title(title = list(
title = "second title",
css = "background-color: red;"),
layer_id = "second") %>%
add_title(title = list(
title = "Another title",
css = "background-color: transparent;"),
layer_id = "third")
# }
Run the code above in your browser using DataLab