Cara menggunakan bootstrap container line break

The container class sets the max-width of an element to match the min-width of the current breakpoint. This is useful if you’d prefer to design for a fixed set of screen sizes instead of trying to accommodate a fully fluid viewport.

Note that unlike containers you might have used in other frameworks, Tailwind’s container does not center itself automatically and does not have any built-in horizontal padding.

To center a container, use the mx-auto utility:

To add horizontal padding, use the px-{size} utilities:

If you’d like to center your containers by default or include default horizontal padding, see the below.


Applying conditionally

Responsive variants

The container class also includes responsive variants like md:container by default that allow you to make something behave like a container at only a certain breakpoint and up:


Customizing

Centering by default

To center containers by default, set the

module.exports = {
  theme: {
    container: {
      padding: '2rem',
    },
  },
}
0 option to
module.exports = {
  theme: {
    container: {
      padding: '2rem',
    },
  },
}
1 in the
module.exports = {
  theme: {
    container: {
      padding: '2rem',
    },
  },
}
2 section of your config file:

module.exports = {
  theme: {
    container: {
      center: true,
    },
  },
}

Adding horizontal padding

To add horizontal padding by default, specify the amount of padding you’d like using the

module.exports = {
  theme: {
    container: {
      padding: '2rem',
    },
  },
}
3 option in the
module.exports = {
  theme: {
    container: {
      padding: '2rem',
    },
  },
}
2 section of your config file:

module.exports = {
  theme: {
    container: {
      padding: '2rem',
    },
  },
}

If you want to specify a different padding amount for each breakpoint, use an object to provide a

module.exports = {
  theme: {
    container: {
      padding: '2rem',
    },
  },
}
5 value and any breakpoint-specific overrides:

Bootstrap’s cards provide a flexible and extensible content container with multiple variants and options.

About

A card is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options. If you’re familiar with Bootstrap 3, cards replace our old panels, wells, and thumbnails. Similar functionality to those components is available as modifier classes for cards.

Example

Cards are built with as little markup and styles as possible, but still manage to deliver a ton of control and customization. Built with flexbox, they offer easy alignment and mix well with other Bootstrap components. They have no

Card title
Card subtitle

Some quick example text to build on the card title and make up the bulk of the card's content.

Card link Another link

8 by default, so use spacing utilities as needed.

Below is an example of a basic card with mixed content and a fixed width. Cards have no fixed width to start, so they’ll naturally fill the full width of its parent element. This is easily customized with our various .

Card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Go somewhere

Content types

Cards support a wide variety of content, including images, text, list groups, links, and more. Below are examples of what’s supported.

Body

The building block of a card is the

Card title
Card subtitle

Some quick example text to build on the card title and make up the bulk of the card's content.

Card link Another link

9. Use it whenever you need a padded section within a card.

This is some text within a card body.

This is some text within a card body.

Card titles are used by adding

Some quick example text to build on the card title and make up the bulk of the card's content.

0 to a

Some quick example text to build on the card title and make up the bulk of the card's content.

1 tag. In the same way, links are added and placed next to each other by adding

Some quick example text to build on the card title and make up the bulk of the card's content.

2 to an

Some quick example text to build on the card title and make up the bulk of the card's content.

1tag.

Subtitles are used by adding a

Some quick example text to build on the card title and make up the bulk of the card's content.

4 to a

Some quick example text to build on the card title and make up the bulk of the card's content.

1 tag. If the

Some quick example text to build on the card title and make up the bulk of the card's content.

0 and the

Some quick example text to build on the card title and make up the bulk of the card's content.

4 items are placed in a

Card title
Card subtitle

Some quick example text to build on the card title and make up the bulk of the card's content.

Card link Another link

9 item, the card title and subtitle are aligned nicely.

Card title
Card subtitle

Some quick example text to build on the card title and make up the bulk of the card's content.

Card title
Card subtitle

Some quick example text to build on the card title and make up the bulk of the card's content.

Card link Another link

Images

Some quick example text to build on the card title and make up the bulk of the card's content.

9 places an image to the top of the card. With

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

0, text can be added to the card. Text within

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

0 can also be styled with the standard HTML tags.

Some quick example text to build on the card title and make up the bulk of the card's content.

List groups

Create lists of content in a card with a flush list group.

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

Featured

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

Kitchen sink

Mix and match multiple content types to create the card you need, or throw everything in there. Shown below are image styles, blocks, text styles, and a list group—all wrapped in a fixed-width card.

Card title

Some quick example text to build on the card title and make up the bulk of the card's content.

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

Card link Another link

Add an optional header and/or footer within a card.

Special title treatment

With supporting text below as a natural lead-in to additional content.

Featured

Special title treatment

With supporting text below as a natural lead-in to additional content.

Go somewhere

Card headers can be styled by adding

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

2 to

Some quick example text to build on the card title and make up the bulk of the card's content.

1 elements.

Special title treatment

With supporting text below as a natural lead-in to additional content.

Featured

Special title treatment

With supporting text below as a natural lead-in to additional content.

Go somewhere

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Quote

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Someone famous in Source Title

Special title treatment

With supporting text below as a natural lead-in to additional content.

This is some text within a card body.

0

Sizing

Cards assume no specific

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

4 to start, so they’ll be 100% wide unless otherwise stated. You can change this as needed with custom CSS, grid classes, grid Sass mixins, or utilities.

Using grid markup

Using the grid, wrap cards in columns and rows as needed.

Special title treatment

With supporting text below as a natural lead-in to additional content.

Special title treatment

With supporting text below as a natural lead-in to additional content.

This is some text within a card body.

1

Using utilities

Use our handful of available sizing utilities to quickly set a card’s width.

Card title

With supporting text below as a natural lead-in to additional content.

Card title

With supporting text below as a natural lead-in to additional content.

This is some text within a card body.

2

Using custom CSS

Use custom CSS in your stylesheets or as inline styles to set a width.

Special title treatment

With supporting text below as a natural lead-in to additional content.

This is some text within a card body.

3

Text alignment

You can quickly change the text alignment of any card—in its entirety or specific parts—with our .

Special title treatment

With supporting text below as a natural lead-in to additional content.

Special title treatment

With supporting text below as a natural lead-in to additional content.

Special title treatment

With supporting text below as a natural lead-in to additional content.

This is some text within a card body.

4

Add some navigation to a card’s header (or block) with Bootstrap’s nav components.

Special title treatment

With supporting text below as a natural lead-in to additional content.

This is some text within a card body.

5

Special title treatment

With supporting text below as a natural lead-in to additional content.

This is some text within a card body.

5

Images

Cards include a few options for working with images. Choose from appending “image caps” at either end of a card, overlaying images with card content, or simply embedding the image in a card.

Image caps

Similar to headers and footers, cards can include top and bottom “image caps”—images at the top or bottom of a card.

Card image cap

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Last updated 3 mins ago

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Last updated 3 mins ago

Card image cap

This is some text within a card body.

7

Image overlays

Turn an image into a card background and overlay your card’s text. Depending on the image, you may or may not need additional styles or utilities.

Card image

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Last updated 3 mins ago

This is some text within a card body.

8

Card styles

Cards include various options for customizing their backgrounds, borders, and color.

Background and color

Use text and background utilities to change the appearance of a card.

Primary card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Secondary card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Success card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Danger card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Warning card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Info card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Light card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Dark card title

Some quick example text to build on the card title and make up the bulk of the card's content.

This is some text within a card body.

9

Conveying meaning to assistive technologies

Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (e.g. the visible text), or is included through alternative means, such as additional text hidden with the

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

5 class.

Border

Use border utilities to change just the

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

6 of a card. Note that you can put

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

7 classes on the parent

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

8 or a subset of the card’s contents as shown below.

Primary card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Secondary card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Success card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Danger card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Warning card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Info card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Light card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Dark card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Card title
Card subtitle

Some quick example text to build on the card title and make up the bulk of the card's content.

Card link Another link

0

Mixins utilities

You can also change the borders on the card header and footer as needed, and even remove their

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

9 with

Featured

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

0.

Success card title

Some quick example text to build on the card title and make up the bulk of the card's content.

Card title
Card subtitle

Some quick example text to build on the card title and make up the bulk of the card's content.

Card link Another link

1

Card layout

In addition to styling the content within cards, Bootstrap includes a few options for laying out series of cards. For the time being, these layout options are not yet responsive.

Card groups

Use card groups to render cards as a single, attached element with equal width and height columns. Card groups use

Featured

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

1 to achieve their uniform sizing.

Card image cap

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Last updated 3 mins ago

Card image cap

Card title

This card has supporting text below as a natural lead-in to additional content.

Last updated 3 mins ago

Card image cap

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.

Last updated 3 mins ago

Card title
Card subtitle

Some quick example text to build on the card title and make up the bulk of the card's content.

Card link Another link

2

When using card groups with footers, their content will automatically line up.

Card image cap

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Card image cap

Card title

This card has supporting text below as a natural lead-in to additional content.

Card image cap

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.

Card title
Card subtitle

Some quick example text to build on the card title and make up the bulk of the card's content.

Card link Another link

3

Card decks

Need a set of equal width and height cards that aren’t attached to one another? Use card decks.

Card image cap

Card title

This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Last updated 3 mins ago

Card image cap

Card title

This card has supporting text below as a natural lead-in to additional content.

Last updated 3 mins ago

Card image cap

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.

Last updated 3 mins ago

Card title
Card subtitle

Some quick example text to build on the card title and make up the bulk of the card's content.

Card link Another link

4

Just like with card groups, card footers in decks will automatically line up.

Card image cap

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Card image cap

Card title

This card has supporting text below as a natural lead-in to additional content.

Card image cap

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.

Card title
Card subtitle

Some quick example text to build on the card title and make up the bulk of the card's content.

Card link Another link

5

Card columns

Cards can be organized into Masonry-like columns with just CSS by wrapping them in

Featured

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

2. Cards are built with CSS

Featured

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

3 properties instead of flexbox for easier alignment. Cards are ordered from top to bottom and left to right.

Heads up! Your mileage with card columns may vary. To prevent cards breaking across columns, we must set them to

Featured

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

4 as

Featured

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

5 isn’t a bulletproof solution yet.

Card image cap

Card title that wraps to a new line

This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Card image cap

Card title

This card has supporting text below as a natural lead-in to additional content.

Last updated 3 mins ago

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat.

Card title

This card has supporting text below as a natural lead-in to additional content.

Last updated 3 mins ago

Card image

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

Card title

This is a wider card with supporting text below as a natural lead-in to additional content. This card has even longer content than the first to show that equal height action.

Last updated 3 mins ago

Card title
Card subtitle

Some quick example text to build on the card title and make up the bulk of the card's content.

Card link Another link

6

Card columns can also be extended and customized with some additional code. Shown below is an extension of the

Featured

  • Cras justo odio
  • Dapibus ac facilisis in
  • Vestibulum at eros

2 class using the same CSS we use—CSS columns— to generate a set of responsive tiers for changing the number of columns.

Apa itu container pada bootstrap?

Container berfungsi untuk membungkus blok di dalamnya, sehingga terlihat rapi terhadap ukuran layar. Container juga memiliki breakpoint. Ukuran kontainer akan 100% pada breakpoint tertentu. Misalnya, jika kita menggunakan class container-md maka lebar kontainer akan 100% pada layar Extra Small dan Small.

Bagaimana menggunakan bootstrap secara offline?

Dan berikut cara menginstal Bootstrap secara Offline..
Download terlebih dahulu file bootstrap melalui laman resminya. ... .
Selanjutnya bukalah teks editor Anda. ... .
Kemudian klik menu File yang ada di bagian toolbar aplikasi Sublime. ... .
Selanjutnya simpanlah file tersebut dengan cara klik menu File lalu pilih menu Save..

Apa fungsi bootstrap dan bagaimana cara kerjanya?

Tujuan dan fungsi Bootstrap adalah untuk membuat website responsive dan mobile-first. Jadi, semua elemen antarmuka website dipastikan bisa bekerja secara optimal di semua ukuran layar, baik desktop maupun perangkat seluler.

Kelas apa yang digunakan dalam bootstrap untuk membuat tombol menjadi lebih besar?

untuk mengubah ukuran tombol, bootstrap telah menyediakan class khusus. Untuk membuat tombol yang berukuran kecil, gunakan class .btn-sm. Untuk membuat tombol yang berukuran besar dengan bootstrap, gunakan class .btn-lg.