css/wrapper

This commit is contained in:
Marc Beninca 2025-01-26 17:23:23 +01:00
parent 87e13f0033
commit be38b00726
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
4 changed files with 35 additions and 22 deletions

View file

@ -2,8 +2,11 @@
<html>
<head>
<link rel="stylesheet" href="style/main.css">
<meta charset="UTF-8">
<meta name="description" content="Brief description of page.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Title.</title>
<link rel="stylesheet" href="style/main.css">
</head>
<body>
@ -25,23 +28,27 @@
<a href="relative/destination">Go elsewhere…</a>
<section>
<h2>A Heading</h2>
<ol>Ordered:
<li>Some item</li>
<li>Another item</li>
</ol>
<p>Another paragraph.</p>
</section>
<div class="wrapper">
<section>
<h2><span class="thing">Another</span> Heading</h2>
<ul>Unordered:
<li>Some item</li>
<li>Another item</li>
</ul>
<time>Time.</time>
</section>
<section>
<h2>A Heading</h2>
<ol>Ordered:
<li>Some item</li>
<li>Another item</li>
</ol>
<p>Another paragraph.</p>
</section>
<section>
<h2><span class="thing">Another</span> Heading</h2>
<ul>Unordered:
<li>Some item</li>
<li>Another item</li>
</ul>
<time>Time.</time>
</section>
</div>
</main>