css
This commit is contained in:
parent
ec706b01fa
commit
6125a75548
3 changed files with 7 additions and 2 deletions
|
@ -2,15 +2,15 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<title>Title.</title>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
Header.
|
||||
<img src="images/logo.svg" alt="Logo of the website.">
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
@ -21,6 +21,8 @@
|
|||
<p>It is <strong>important</strong>.</p>
|
||||
<p>Oh yeah, <em>sure</em>…</p>
|
||||
|
||||
<a href="relative/destination">Go elsewhere…</a>
|
||||
|
||||
<section>
|
||||
<h2>A Heading</h2>
|
||||
<ol>Ordered:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue