-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path000index.htm
More file actions
17 lines (17 loc) · 798 Bytes
/
000index.htm
File metadata and controls
17 lines (17 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<link rel="stylesheet" href="blocks.css">
</head>
<title>Devin's Basic Webpage</title>
<body>
<h1>This is what my headings look like! I've chosen what I hope is a simple font and color scheme that is easy to read.</h1>
<br />
<br />
<br />
<p>This is the formatting I've chosen for paragraphs. I'm not the most creative person; I tend to like very basic layouts and color schemes.</p>
<br />
<p>I'm much more of a music person than I am a graphic artist; I used to draw, sketch, paint, and even sculpt. Nowadays I play any instrument I can get my hands on.</p>
<br />
<p>Anyway, this was really just to see how my borders various formatting choices would play out.</p>
</body>
</html>