Skip to content

Commit

Permalink
[format] Fixes spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
aleph-naught2tog committed Jan 5, 2019
1 parent 04e8e7d commit 5690d42
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
9 changes: 4 additions & 5 deletions public/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible"
content="ie=edge">
<title>About</title>
<link href="css/index.css"
type="text/css"
Expand All @@ -16,7 +12,9 @@
<body>
<main>
<header>
<h1>About</h1>
<h1>
About
</h1>

<nav>
<a href="index.html">Home</a>
Expand All @@ -27,6 +25,7 @@ <h1>About</h1>
<p>
Nothing to see here, sorry!
</p>

<p>
<small>
(This page won't turn blue; there's no <code>script</code> tag. But
Expand Down
4 changes: 2 additions & 2 deletions public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
}

p {
background-color: lemonchiffon;
border: dashed 1px black;
background-color: lemonchiffon;
border: dashed 1px black;
}
4 changes: 3 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
<body>
<main>
<header>
<h1>Hello, world!</h1>
<h1>
Hello, world!
</h1>

<nav>
<a href="about.html">About</a>
Expand Down

0 comments on commit 5690d42

Please sign in to comment.