-
Notifications
You must be signed in to change notification settings - Fork 0
/
art.html
39 lines (34 loc) · 871 Bytes
/
art.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ranid Art</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>
.mainText {
display: block;
width: 800px;
margin: 60px auto 50px;
text-align: center;
}
</style>
</head>
<body>
<div class="content-box">
<h1>
Ranid's Space
</h1>
<div class="navigation">
<a href="index.html">Main</a> |
<a href="projects.html">Projects</a> |
<a href="art.html">Art</a> |
<a href="friends.html">Friends</a>
</div>
<hr>
<div class="mainText">
I'm eventually going to add more to this page, but for now, all my art is on <a
href="https://blog.ranid.gay/tagged/blender" class="textLink"> Tumblr, tagged "#blender"</a>
</div>
</body>
</html>