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

Computer Science & Information Technology

You might also like to view...

To begin the ____________________ process, open your video editing software and import any files that contain photos, video footage, or audio clips for the final video.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

In a report, the ________ must be entered exactly as it displays in the parameter query

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is the correct syntax for creating an array?

A. var arrayName = new Arrays(number of elements); B. var arrayName: Array(number of elements); C. arrayName + number of elements; D. var arrayName = new Array(number of elements);

Computer Science & Information Technology

What Windows Server 2016 service is used to keep information about the networks the server connects to and communicates network information to applications on the server?

A. Computer Browser B. Netlogon C. Network List Service D. Server

Computer Science & Information Technology