however-delegxawte.shop Open in urlscan Pro
2606:4700:3033::ac43:d164  Public Scan

URL: http://however-delegxawte.shop/6531fc0ea36ca7b46312d6a1m9tgo-n01d-rqrdco-icpamg
Submission: On October 23 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

<form class="bd-search position-relative me-auto">
  <span class="algolia-autocomplete" style="position: relative; display: inline-block; direction: ltr;">
    <input type="search" class="form-control ds-input" id="search-input" placeholder="Search docs..." aria-label="Search docs for..." autocomplete="off" data-bd-docs-version="5.0" spellcheck="false" role="combobox" aria-autocomplete="list"
      aria-expanded="false" aria-owns="algolia-autocomplete-listbox-0" dir="auto" style="position: relative; vertical-align: top;">
    <pre aria-hidden="true"
      style="position: absolute; visibility: hidden; white-space: pre; font-family: system-ui, -apple-system, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, &quot;Noto Sans&quot;, &quot;Liberation Sans&quot;, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;, &quot;Noto Color Emoji&quot;; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; word-spacing: 0px; letter-spacing: normal; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre>
    <span class="ds-dropdown-menu" role="listbox" id="algolia-autocomplete-listbox-0" style="position: absolute; top: 100%; z-index: 100; display: none; left: 0px; right: auto;">
      <div class="ds-dataset-1"></div>
    </span>
  </span>
</form>

Text Content

Skip to main content Skip to docs navigation
 * Home
 * Docs
 * Examples
 * Icons
 * Themes
 * Blog

--------------------------------------------------------------------------------

 * GitHub GitHub
 * Twitter Twitter
 * Open Collective Open Collective

Download
Bootstrap v5.0

 * V5 RELEASES

 * Latest (5.2.x)
 * v5.1.3
 * v5.0.2

 * --------------------------------------------------------------------------------

 * v4.6.x
 * v3.4.1
 * v2.3.2

 * --------------------------------------------------------------------------------

 * All versions

Expand Collapse
 * Getting started
    * Introduction
    * Download
    * Contents
    * Browsers & devices
    * JavaScript
    * Build tools
    * Webpack
    * Parcel
    * Accessibility
    * RFS
    * RTL

 * Customize
    * Overview
    * Sass
    * Options
    * Color
    * Components
    * CSS variables
    * Optimize

 * Layout
    * Breakpoints
    * Containers
    * Grid
    * Columns
    * Gutters
    * Utilities
    * Z-index

 * Content
    * Reboot
    * Typography
    * Images
    * Tables
    * Figures

 * Forms
    * Overview
    * Form control
    * Select
    * Checks & radios
    * Range
    * Input group
    * Floating labels
    * Layout
    * Validation

 * Components
    * Accordion
    * Alerts
    * Badge
    * Breadcrumb
    * Buttons
    * Button group
    * Card
    * Carousel
    * Close button
    * Collapse
    * Dropdowns
    * List group
    * Modal
    * Navs & tabs
    * Navbar
    * Offcanvas
    * Pagination
    * Popovers
    * Progress
    * Scrollspy
    * Spinners
    * Toasts
    * Tooltips

 * Helpers
    * Clearfix
    * Colored links
    * Ratio
    * Position
    * Visually hidden
    * Stretched link
    * Text truncation

 * Utilities
    * API
    * Background
    * Borders
    * Colors
    * Display
    * Flex
    * Float
    * Interactions
    * Overflow
    * Position
    * Shadows
    * Sizing
    * Spacing
    * Text
    * Vertical align
    * Visibility

 * Extend
    * Approach
    * Icons

 * About
    * Overview
    * Team
    * Brand
    * License
    * Translations

 * 
 * Migration

View on GitHub


INTRODUCTION

Tình mình trao nhauNgười Tây nguyên tin tưởng không lay.Có Bác Hồ mang trong tim
nàyGió động ngàn lau khua xào xạc, Sở Vương mới thả hồn theo những chiếc lá rơi
tản mạn ở ven …. gành..

#1 Email Marketing & Automation Platform Now with SMSads via Carbon
On this page
 * Quick start
   * CSS
   * JS
     * Bundle
     * Separate
     * Modules
     * Components
 * Starter template
 * Important globals
   * HTML5 doctype
   * Responsive meta tag
   * Box-sizing
   * Reboot
 * Community


QUICK START

Looking to quickly add Bootstrap to your project? Use jsDelivr, a free open
source CDN. Using a package manager or need to download the source files? Head
to the downloads page.


CSS

Copy-paste the stylesheet <link> into your <head> before all other stylesheets
to load our CSS.

Copy

<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
    


JS

Many of our components require the use of JavaScript to function. Specifically,
they require our own JavaScript plugins and Popper. Place one of the following
<script>s near the end of your pages, right before the closing </body> tag, to
enable them.

BUNDLE

Include every Bootstrap JavaScript plugin and dependency with one of our two
bundles. Both bootstrap.bundle.js and bootstrap.bundle.min.js include Popper for
our tooltips and popovers. For more information about what’s included in
Bootstrap, please see our contents section.

Copy

<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
    

SEPARATE

If you decide to go with the separate scripts solution, Popper must come first
(if you’re using tooltips or popovers), and then our JavaScript plugins.

Copy

<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
    

MODULES

If you use <script type="module">, please refer to our using Bootstrap as a
module section.

COMPONENTS

Curious which components explicitly require our JavaScript and Popper? Click the
show components link below. If you’re at all unsure about the general page
structure, keep reading for an example page template.

Show components requiring JavaScript
 * Alerts for dismissing
 * Buttons for toggling states and checkbox/radio functionality
 * Carousel for all slide behaviors, controls, and indicators
 * Collapse for toggling visibility of content
 * Dropdowns for displaying and positioning (also requires Popper)
 * Modals for displaying, positioning, and scroll behavior
 * Navbar for extending our Collapse plugin to implement responsive behavior
 * Toasts for displaying and dismissing
 * Tooltips and popovers for displaying and positioning (also requires Popper)
 * Scrollspy for scroll behavior and navigation updates


STARTER TEMPLATE

Be sure to have your pages set up with the latest design and development
standards. That means using an HTML5 doctype and including a viewport meta tag
for proper responsive behaviors. Put it all together and your pages should look
like this:

Copy

<!doctype html>
    <html lang="en">
      <head>
        <!-- Required meta tags -->
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
    
        <!-- Bootstrap CSS -->
        <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
    
        <title>Hello, world!</title>
      </head>
      <body>
        <h1>Hello, world!</h1>
    
        <!-- Optional JavaScript; choose one of the two! -->
    
        <!-- Option 1: Bootstrap Bundle with Popper -->
        <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
    
        <!-- Option 2: Separate Popper and Bootstrap JS -->
        <!--
        <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
        <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
        -->
      </body>
    </html>
    

For next steps, visit the Layout docs or our official examples to start laying
out your site’s content and components.


IMPORTANT GLOBALS

Bootstrap employs a handful of important global styles and settings that you’ll
need to be aware of when using it, all of which are almost exclusively geared
towards the normalization of cross browser styles. Let’s dive in.


HTML5 DOCTYPE

Bootstrap requires the use of the HTML5 doctype. Without it, you’ll see some
funky incomplete styling, but including it shouldn’t cause any considerable
hiccups.

Copy

<!doctype html>
    <html lang="en">
      ...
    </html>
    


RESPONSIVE META TAG

Bootstrap is developed mobile first, a strategy in which we optimize code for
mobile devices first and then scale up components as necessary using CSS media
queries. To ensure proper rendering and touch zooming for all devices, add the
responsive viewport meta tag to your <head>.

Copy

<meta name="viewport" content="width=device-width, initial-scale=1">
    

You can see an example of this in action in the starter template.


BOX-SIZING

For more straightforward sizing in CSS, we switch the global box-sizing value
from content-box to border-box. This ensures padding does not affect the final
computed width of an element, but it can cause problems with some third-party
software like Google Maps and Google Custom Search Engine.

On the rare occasion you need to override it, use something like the following:

Copy

.selector-for-some-widget {
      box-sizing: content-box;
    }
    

With the above snippet, nested elements—including generated content via ::before
and ::after—will all inherit the specified box-sizing for that
.selector-for-some-widget.

Learn more about box model and sizing at CSS Tricks.


REBOOT

For improved cross-browser rendering, we use Reboot to correct inconsistencies
across browsers and devices while providing slightly more opinionated resets to
common HTML elements.


COMMUNITY

Stay up to date on the development of Bootstrap and reach out to the community
with these helpful resources.

 * Read and subscribe to The Official Bootstrap Blog.
 * Chat with fellow Bootstrappers in IRC. On the irc.libera.chat server, in the
   #bootstrap channel.
 * Implementation help may be found at Stack Overflow (tagged bootstrap-5).
 * Developers should use the keyword bootstrap on packages that modify or add to
   the functionality of Bootstrap when distributing through npm or similar
   delivery mechanisms for maximum discoverability.

You can also follow @getbootstrap on Twitter for the latest gossip and awesome
music videos.

Bootstrap Bootstrap
 * Designed and built with all the love in the world by the Bootstrap team with
   the help of our contributors.
 * Code licensed MIT, docs CC BY 3.0.
 * Currently v5.0.2.
 * Analytics by Fathom.

LINKS

 * Home
 * Docs
 * Examples
 * Themes
 * Blog
 * Swag Store

GUIDES

 * Getting started
 * Starter template
 * Webpack
 * Parcel

PROJECTS

 * Bootstrap 5
 * Bootstrap 4
 * Icons
 * RFS
 * npm starter

COMMUNITY

 * Issues
 * Discussions
 * Corporate sponsors
 * Open Collective
 * Stack Overflow