Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Margins and Paddings | Basic Concepts
Bootstrap: Building Stylish Websites

Margins and PaddingsMargins and Paddings

Margins

Margins in CSS control the space between elements and the outer edges of their containers. In Bootstrap, margins can be easily adjusted using utility classes, eliminating the need for custom CSS.

Margin Classes

Bootstrap provides a set of margin utility classes following a consistent naming convention:

{side} can be:

Meaning Bootstrap Class
top t
bottom b
left l
right r
horizontal x
vertical y

{size} can be:

Meaning Bootstrap Class
no margin 0
0.25rem 1
0.5rem 2
1rem 3
1.5rem 4
3rem 5
html

index.html

css

index.css

js

index.js

Paddings

Paddings in CSS determine the space between the content of an element and its borders. In Bootstrap, developers can easily control padding using utility classes, which helps maintain consistent spacing throughout the layout without needing custom CSS.

Padding Classes

Bootstrap provides a set of padding utility classes following a consistent naming convention:

The variations for {side} and {size} are identical to those for margin.

html

index.html

css

index.css

js

index.js

Everything was clear?

Section 3. Chapter 6
course content

Course Content

Bootstrap: Building Stylish Websites

Margins and PaddingsMargins and Paddings

Margins

Margins in CSS control the space between elements and the outer edges of their containers. In Bootstrap, margins can be easily adjusted using utility classes, eliminating the need for custom CSS.

Margin Classes

Bootstrap provides a set of margin utility classes following a consistent naming convention:

{side} can be:

Meaning Bootstrap Class
top t
bottom b
left l
right r
horizontal x
vertical y

{size} can be:

Meaning Bootstrap Class
no margin 0
0.25rem 1
0.5rem 2
1rem 3
1.5rem 4
3rem 5
html

index.html

css

index.css

js

index.js

Paddings

Paddings in CSS determine the space between the content of an element and its borders. In Bootstrap, developers can easily control padding using utility classes, which helps maintain consistent spacing throughout the layout without needing custom CSS.

Padding Classes

Bootstrap provides a set of padding utility classes following a consistent naming convention:

The variations for {side} and {size} are identical to those for margin.

html

index.html

css

index.css

js

index.js

Everything was clear?

Section 3. Chapter 6
some-alt