CSS Styling Practice Activity
<!-- TASK: Update the style of this page so that each line of text is a true statement -->
<!DOCTYPE html>
<html>
<head>
<style>
/* TODO */
</style>
</head>
<body>
<p class="special-text"> This text is red. </p>
<p id="unique-element"> This text is bold. </p>
<p> This text has a font size of 18px. </p>
</body>
</html>