SOLUTIONS RATED A+
✔✔Which CSS property changes element text color? - ✔✔color
✔✔Which CSS property changes background color? - ✔✔background-color
✔✔Which CSS property changes font type? - ✔✔font-family
✔✔Which CSS property adds shadow to text? - ✔✔text-shadow
✔✔Which CSS property adds shadow to boxes? - ✔✔box-shadow
✔✔ Which input type is used for entering a web address? - ✔✔<input type="url">
✔✔Which CSS property controls the space between content and border? - ✔✔padding
✔✔Which element groups form controls together? - ✔✔<fieldset>
✔✔Which attribute links a label to a form element? - ✔✔for
✔✔What does <legend> provide in a form? - ✔✔Caption/title for a fieldset
✔✔Which CSS property sets transparency of an element? - ✔✔opacity
✔✔Which CSS property controls text size? - ✔✔font-size
✔✔Which CSS property sets the space between lines of text? - ✔✔line-height
✔✔Which CSS property controls the space outside the border? - ✔✔margin
✔✔What does position: absolute do? - ✔✔Positions element relative to nearest
positioned ancestor
✔✔What does position: fixed do? - ✔✔Positions element relative to viewport
✔✔Which CSS rule animates an element? - ✔✔@keyframes
✔✔Which CSS property sets duration of a transition? - ✔✔transition-duration
✔✔Which property repeats animation infinitely? - ✔✔animation-iteration-count: infinite
✔✔Which property makes text bold? - ✔✔font-weight