# NOT RUN {
library(htmltools)
div(
.style %>%
margin(left = 3, right = 3),
"Mauris mollis tincidunt felis."
)
div(
.style %>%
margin(horizontal = 3),
"Nulla posuere."
)
div(
.style %>%
margin(l = 2, b = 1),
"Sed bibendum."
)
div(
.style %>%
margin(h = "auto"),
"Sed id ligula quis est convallis tempor."
)
# }
Run the code above in your browser using DataLab