Kizspy Question: 2
(Choose 1 answer)
Which of the following would be used to create class called button which has a width of 750px, a height of
30px and the color of the text is black?
A. #button { height: 30px; width: 750px; text: black; }
B. .button { height: 30px; width: 750px; color: black; }
C. .button { height: 30px; width: 750px; text: black; }
D. #button { height: 30px; width: 750px; color: black; }