BOOTSTRAP BASIC GRID, CLASSES and IMAGES Flashcards
1
Q
Bootstrap’s grid system allows up to ____ columns across the page
A
12
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
3
Q
Sample code of Bootstrap grid structure:
A
Pakitingin na lang sa PDF:D,
bawal icode dito ehh…
4
Q
Types of Bootstrap Image classes
A
- .img-rounded
- .img-circle
- .img-thumbnail
- .img-responsive
5
Q
Adds rounded corners to an image
A
.img-rounded
6
Q
Shapes the image to a circle
A
.img-circle
7
Q
Shapes the image to a thumbnail
A
.img-thumbnail
8
Q
Makes an image responsive (will scale nicely to the parent element)
A
.img-responsive