Description Usage Arguments Functions See Also
Other useful Bulma helpers
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | bulma_clearfix(tag)
bulma_overlay(tag)
bulma_clipped(tag)
bulma_radiusless(tag)
bulma_shadowless(tag)
bulma_unselectable(tag)
bulma_clickable(tag)
bulma_relative(tag)
bulma_pulled(tag, direction = c("left", "right"))
|
tag |
(tag) to be modified |
direction |
(string) |
bulma_clearfix: Fixes an element's floating children
bulma_overlay: Completely covers the first positioned parent
bulma_clipped: Adds overflow hidden
bulma_radiusless: Removes any radius
bulma_shadowless: Removes any shadow
bulma_unselectable: Prevents the text from being selectable
bulma_clickable: Applies cursor: pointer !important to the element
bulma_relative: Applies position: relative to the element.
bulma_pulled: Moves an element to the right or left
Other Bulma Modifiers:
bulma_align(),
bulma_color(),
bulma_flex(),
bulma_modifier,
bulma_size(),
bulma_spacing(),
bulma_state(),
bulma_text,
bulma_visibility
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.