Select the code below that configures a class called “offer” with blue text, 1.2em, and Arial or sans-serif font using CSS.

a. .offer { color:blue; font-size:1.2em; font-family:sans-serif;}
b. .offer { color:blue; font-size:1.2em; font-family:Arial,sans-serif;}
c. .#offer { text:blue; font-size:1.2em; font-family:Arial,sans-serif;}
d. #offer { text:blue; font-size:20px; font-family:Arial,sans-serif;}

b. .offer { color:blue; font-size:1.2em; font-family:Arial,sans-serif;}

Computer Science & Information Technology

You might also like to view...

Tim needs the background of a text box to be green. He should do which of the following?

A. Change the shape effects. B. Change the shape outline. C. Change the shape fill. D. Change the shape position.

Computer Science & Information Technology

Which of the following is not a part of a method call?

a. method name b. return type c. parentheses d. All of these

Computer Science & Information Technology