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