headings | R Documentation |
DJPR title boxes
djpr_h1_box(
heading,
...,
width = 12,
colour = djprtheme::djpr_royal_blue,
text_colour = "#FFFFFF"
)
djpr_h2_box(
heading,
...,
width = 12,
colour = djprtheme::djpr_royal_blue,
text_colour = "#FFFFFF"
)
djpr_h3_box(
heading,
...,
width = 12,
colour = djprtheme::djpr_royal_blue,
text_colour = "#FFFFFF"
)
djpr_h4_box(
heading,
...,
width = 12,
colour = djprtheme::djpr_royal_blue,
text_colour = "#FFFFFF"
)
heading |
text for heading |
... |
additional contents for the box |
width |
width of box on 1 to 12 scale (bootstrap grid) |
colour |
Colour for the box as css specification |
text_colour |
colour for text as css specification |
HTML element
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.