Loading...
Loading...
Test knowledge of colors, typography, box model, and selectors
a) h1 { color: blue; }
b) h1.color = blue
c) h1: color blue
a) margin
b) padding
c) spacing
a) 200
b) 220
c) 244
a) p
b) .text
c) #unique
a) a:click
b) a:hover
c) a:over
a) Top=10, Right=20, Bottom=10, Left=20
b) Top=10, Right=20
c) All sides=10 then 20
a) Centers a block element horizontally
b) Removes all margins
c) Centers text
a) border-radius: 50% + equal width/height
b) border-radius: 50px
c) border: round
a) serif
b) sans-serif
c) monospace
a) border: 2px dashed red
b) border: 2px dashing red
c) border: dashed 2px red