{% extends "partials/layouts/main-layout.html.twig" %} {% block body_attributes %}
{% endblock %} {% block sidebar %} {% include "partials/sidebar.html.twig" %} {% endblock %} {% block hr_sidebar %} {% include "partials/horizontal-sidebar.html.twig" %} {% endblock %} {% block content %}
Use tags h1 to h6
for get desire heading.
Use class in p tag h1 to h6
for get desire heading.
h1. Bootstrap heading
h2. Bootstrap heading
h3. Bootstrap heading
h4. Bootstrap heading
h5. Bootstrap heading
h6. Bootstrap heading
Use the included utility classes to recreate the small secondary heading text from Bootstrap 3.
Make a paragraph stand out by adding .lead.
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.
Styling for common inline HTML5 elements.
Tag | Description | Demo |
---|---|---|
mark |
mark represents text which is marked or highlighted for reference or notation purposes. |
You can use the mark tag to highlight text. |
del |
del represents treated as deleted text. |
|
s |
s represents treated as no longer accurate. |
|
ins |
ins represents treated as an addition to the document. |
This line of text is meant to be treated as an addition to the document. |
u |
u represents render as underlined. |
This line of text will render as underlined. |
small |
small represents treated as fine print. |
This line of text is meant to be treated as fine print. |
strong |
strong represents rendered as bold text. |
This line rendered as bold text. |
em |
strong represents rendered as italicized text. |
This line rendered as italicized text. |
Stylized implementation of HTML’s
<abbr>
element for abbreviations and acronyms to show the expanded version on hover. Abbreviations have a default underline and gain a help cursor to provide additional context on hover and to users of assistive technologies.
attr
HTML
The HTML spec requires that blockquote attribution be placed outside the
<blockquote>
. When providing attribution, wrap your
<blockquote>
in a
<figure>
and use a
<figcaption>
or a block level element (e.g., <p>) with the .blockquote-footer class. Be sure to wrap the name of the source work in <cite>
as well.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
For quoting blocks of content from another source within your document. Wrap
<blockquote class="blockquote">
around any HTML as the quote.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Use text utilities as needed to change the alignment of your blockquote.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Use text utilities as needed to change the alignment of your blockquote.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
Remove the default list-style and left margin on list items (immediate children only). This only applies to immediate children list items, meaning you will need to add the class for any nested lists as well.
Align terms and descriptions horizontally by using our grid system’s predefined classes (or semantic mixins). For longer terms, you can optionally add a .text-truncate class to truncate the text with an ellipsis.
Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
Donec id elit non mi porta gravida at eget metus.
Remove a list’s bullets and apply some light margin with a combination of two classes, .list-inline and .list-inline-item.