Select the code below that uses CSS to configure a class called “offer” with blue text that uses the Arial or sans-serif font typeface.

a.
```
#offer { color:blue; font-family:Arial,sans-serif;}
```
b.
```
.offer { color:blue; font-family:Arial,sans-serif;}
```
c.
```
.offer { text:blue; font-family:Arial,sans-serif;}
```
d.
```
#offer { color:blue; font-family:Arial,sans-serif;}
```


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

Computer Science & Information Technology

You might also like to view...

Absolute measurements are appropriate when you know the physical properties ofan output device and want to fix a size to a specific value.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

What is one reason the Auto Order option of the tab order may not work?

What will be an ideal response?

Computer Science & Information Technology

To change a text block's transparency or color, it must first be converted to a(n) symbol.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A relational database stores data in objects.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology