<!DOCTYPE html>
<html>
<title>W3.CSS</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../lib/w3.css">
<style>
html, body {
font-family: "Comic Sans MS", cursive, sans-serif;
}
</style>
<body>
<div class="w3-container w3-large">
<p>Denmark is a Scandinavian country in the European Union.
It is southernmost of the Nordic countries (southwest of Sweden and south of Norway),
and bordered to the south by Germany.</p>
</div>
</body>
</html>