Write a CSS rule that makes all text 1.5 times larger than the base font of the system and colors it red.

What will be an ideal response?

```
body { font-size: 1.5em;
color: red; }
```

Computer Science & Information Technology

You might also like to view...

A(n) ____ consists of data and the operations on those data.

A. disk B. compiler C. interpreter D. object

Computer Science & Information Technology

Design a code scheme that will meet the marketing manager’s stated requirements.

What will be an ideal response?

Computer Science & Information Technology