Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1018 Bytes

jumbotron.md

File metadata and controls

37 lines (29 loc) · 1018 Bytes

Jumbotron

A jumbotron indicates a big box for calling extra attention to some special content or information.

A jumbotron is displayed as a grey box with rounded corners. It also enlarges the font sizes of the text inside it.

See also:

Example usage

<bootstrap_jumbotron [..]>Content of the jumbotron</bootstrap_jumbotron>

Allowed Attributes

The following attributes can be used inside the tag:

class
Adds this string to the class attribute of the component. If you want to add multiple classes, separate them by a space.
id
Sets the id of the component to this value. See to it, that it is unique.
style
Adds this string to the style attribute of the component. If you want to add multiple css styles, separate them by a semicolon.

Links