Answer: a. opacity
Explanation: Opacity is the property used to add transparency to a button. Default opacity is 1.0. Values will be clamped between 0 and 1 on set.
Answer: a. True
Explanation: The above statement is true. The 'outline-offset' property adds space between an outline and the edge or border of an element.
Answer: a. marquee-direction
Explanation: The marquee-direction property specifies the direction in which a marquee should move. A marquee is an effect where the content within an HTML element moves - or "scrolls" - (either horizontally or vertically) so that eventually, all content has been displayed at least once.
Answer: a. True
Explanation: The above statement is true. The box-sizing property allows user to include the padding and border in an element's total width and height.
Answer: c. column-count
Explanation: In CSS3, the column-count property specifies the number of columns an element should be divided into.
Answer: c. column-span
Explanation: In CSS3, the column-span property specifies how many columns an element should span across.