BOOTSTRAP BASIC GRID, CLASSES and IMAGES Flashcards

1
Q

Bootstrap’s grid system allows up to ____ columns across the page

A

12

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

The four(4) classes of Bootstrap Grid System:

A
  • xs- for phones
  • sm- for tablets
  • md- for small laptops
  • lg- for laptops and desktops
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Sample code of Bootstrap grid structure:

A

Pakitingin na lang sa PDF:D,
bawal icode dito ehh

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

Types of Bootstrap Image classes

A
  • .img-rounded
  • .img-circle
  • .img-thumbnail
  • .img-responsive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Adds rounded corners to an image

A

.img-rounded

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

Shapes the image to a circle

A

.img-circle

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

Shapes the image to a thumbnail

A

.img-thumbnail

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

Makes an image responsive (will scale nicely to the parent element)

A

.img-responsive

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