<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/assets/reset.css" rel="stylesheet">
<link href="setup.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<section>
<p>This is a paragraph.</p>
</section>
<section>
<p>This one is blurry!</p>
</section>
<section>
<p>This one is brighter!</p>
</section>
<section>
<p>You can also adjust the contrast.</p>
</section>
<section>
<p>Or add a drop shadow.</p>
</section>
<section>
<p>You can turn it to grayscale.</p>
</section>
<section>
<p>Or shift the colors around the “color wheel.”</p>
</section>
<section>
<p>Even invert it.</p>
</section>
<section>
<p>And adjust the opacity.</p>
</section>
<section>
<p>Or the saturation.</p>
</section>
<section>
<p>And make it look old.</p>
</section>
<section>
<p>Or even combine filters!</p>
</section>
</body>
</html>