Skip to content

Commit 00e009e

Browse files
committed
Update the style to match http://bettermotherfuckingwebsite.com/
1 parent 039e203 commit 00e009e

File tree

1 file changed

+33
-9
lines changed

1 file changed

+33
-9
lines changed

index.html

+33-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,36 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<title>title</title>
6-
<!-- <link rel="stylesheet" href="style.css"> -->
7-
<!-- <script src="script.js"></script> -->
8-
</head>
9-
<body>
10-
<p>Hello, Again!</p>
11-
</body>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<title>Linkmonitor Development</title>
8+
<style type="text/css">
9+
body {
10+
margin: 40px auto;
11+
max-width: 650px;
12+
line-height: 1.6;
13+
font-size: 18px;
14+
color: #444;
15+
padding: 0 10px
16+
}
17+
18+
h1,
19+
h2,
20+
h3 {
21+
line-height: 1.2
22+
}
23+
</style>
24+
</head>
25+
26+
<body>
27+
<header>
28+
<h1>Welcome to my website!</h1>
29+
<aside>There isn't much here yet.</aside>
30+
</header>
31+
<h2>Roadmap</h2>
32+
<p>There isn't one...yet.</p>
33+
<p>There may never be one, but I'm hopeful that I'll find the time to invest in this site. That will likely happen after kiddo #1 is born.</p>
34+
</body>
35+
1236
</html>

0 commit comments

Comments
 (0)