style_extra_css(
outfile = stdout(),
css = list(
".red" = list(color = "red"),
".small" = list("font-size" = "90%"),
".full-width" = list(
display = "flex",
width = "100%",
flex = "1 1 auto"
)
)
)
Run the code above in your browser using DataLab