-
Notifications
You must be signed in to change notification settings - Fork 0
/
line3.html
48 lines (44 loc) · 1.37 KB
/
line3.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
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>A Remix of Lune</title>
</head>
<body>
<table>
<tr>
<td>
<div class="nav">
<a href="index.html">
<span style="color:#51a8dd;font-size:100px;font-family: 'Cabin Sketch', cursive;">
<b>/</b>
</span>
</a><br/>
<b>LINE</b><br>
<span style="font-size:20px;">
<a href="line1.html">V. /</a><br/>
<a href="line2.html">V. //</a><br/>
<a href="line3.html">V. ///</a><br/>
<a href="line4.html">V. ////</a><br/>
</span>
</div>
</td>
<td>
<div class="content">
<p class="vertical">A slash of Blue <br></p>
<span style="background-color: #fefefe"><br></span>
<p class="vertical">A sweep of Gray <br></p>
Some scarlet patches on the way <br>
<p class="verticalL">Compose an Evening Sky <br></p>
A little purple slipped between <br>
Some Ruby Trousers hurried on <br>
<p class="vertical" style="text-align:left;">A Wave of Gold <br></p>
<span style="background-color: #fefefe"><br></span>
<p class="vertical">A Bank of Day <br></p>
This just makes out the Morning Sky <br>
</div>
</td>
</tr>
</table>
</body>
</html>