css/columns
This commit is contained in:
parent
4f3bc6eced
commit
a7278feeaf
2 changed files with 24 additions and 2 deletions
|
@ -28,7 +28,16 @@
|
|||
|
||||
<a href="relative/destination">Go elsewhere…</a>
|
||||
|
||||
<img src="images/debanner.jpeg" alt="Debian banner.">
|
||||
|
||||
<div class="columns">
|
||||
<div>
|
||||
First column to describe the associated
|
||||
image of a debian landscape debanner.
|
||||
</div>
|
||||
<div>
|
||||
<img src="images/debanner.jpeg" alt="Debian banner.">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="wrapper">
|
||||
|
||||
|
@ -50,6 +59,12 @@
|
|||
<time>Time.</time>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Yet Another Heading</h2>
|
||||
<h3>Sub Heading</h3>
|
||||
<p>Yet another paragraph.</p>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue