{{ page.description | smartify }}
29 | {% include ads.html %} 30 | {{ content }} 31 |{{ page.description | smartify }}
9 | {%- if page.title == "Examples" -%} 10 |This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.
14 |It uses utility classes for typography and spacing to space content out within the larger container.
16 | Learn more 17 |This is a modified jumbotron that occupies the entire horizontal space of its parent.
28 |Cover is a one-page template for building simple and beautiful home pages. Download, edit the text, and add your own fullscreen background photo to make it your own.
24 |25 | Learn more 26 |
27 |Pin a footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.
15 |Use the sticky footer with a fixed navbar if need be, too.
16 |This paragraph will be entirely selected when clicked by the user.
14 |This paragraph has the default select behavior.
15 |This paragraph will not be selectable when clicked by the user.
16 | {% endcapture %} 17 | {% include example.html content=example %} 18 | 19 | Customize the available classes by changing the `$user-selects` Sass list in `_variables.scss`. 20 | -------------------------------------------------------------------------------- /assets/bootstrap-4.5.2/site/docs/4.5/utilities/overflow.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: docs 3 | title: Overflow 4 | description: Use these shorthand utilities for quickly configuring how content overflows an element. 5 | group: utilities 6 | --- 7 | 8 | Barebones `overflow` functionality is provided for two values by default, and they are not responsive. 9 | 10 |.overflow-auto
on an element with set width and height dimensions. By design, this content will vertically scroll.
13 | .overflow-hidden
on an element with set width and height dimensions.
16 | {{ release.description }}
12 | {% assign versions = release.versions | reverse %} 13 | {% for version in versions %} 14 | {% if forloop.first %}5 | {{ .Inner }} 6 |
7 |