css/wrapper
This commit is contained in:
parent
87e13f0033
commit
be38b00726
4 changed files with 35 additions and 22 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue