Loading...
Loading...
Test knowledge of display, position, Flexbox, Grid, and responsive design
a) display: block
b) display: flex
c) display: grid
a) margin
b) padding
c) gap
a) Makes it 1px wide
b) Grows to fill available space
c) Hides it
a) position: relative
b) position: absolute
c) position: fixed
a) 2 columns, second is twice as wide
b) 3 columns
c) 1 column 2 rows
a) @media (min-width: 768px)
b) @media (max-width: 768px)
c) @media (screen: small)
a) Centers items vertically
b) Centers items horizontally
c) Centers the container
a) display: hidden
b) display: none
c) visibility: hidden
a) width: 100%
b) max-width: 100% + height: auto
c) responsive: true
a) Flexbox
b) Grid
c) Inline-block