Midtrem - Bootstrap Flashcards

1
Q

provides a responsive fixed width container

A

.container

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

.container-fluid

A

class provides a full width container, spanning the entire
width of the viewport (width is always 100%)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

add a large top padding

A

.pt-5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

classes to determine when the container
should be responsive.

A

.container-sm|md|lg|xl

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Bootstrap’s grid system is built with flexbox and allows up to

A

12 columns across the page.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The Bootstrap 5 grid system has six classes:

A

.col
.col-sm
.col-md
.col-lg
.col-xl
.col-xxl

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Display Headings have six classes to choose from:

A

.display-1 to .display-6:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

is used to create a smaller, secondary text in any heading

A

< small > or .small

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

will style a yellow background color and some padding

A

< mark > or .mark

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The classes for text colors are:

A

.text-muted
.text-primary
.text-success
.text-info
.text-warning
.text-danger
.text-secondary
.text-white
.text-dark
.text-body

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

are used to stand out more than normal headings (larger font-size and lighter font-weight)

A

Display headings

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

will style the HTML element with a dotted border bottom and a cursor with question mark on hover

A

< abbr >

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

when quoting blocks of content from another source

A

.blockquote or
< blockquote >

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

when naming a source

A

.blockquote-footer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

< dl >

A

Description lists

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
A