-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathline4.html
46 lines (42 loc) · 1.19 KB
/
line4.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
<!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">
A slash of Blue<br>
A sweep of Gray
<p class="upright">Some scarlet patches on the way</p> <br>
<p class="upright">Compose an Evening Sky </p><br>
A little purple slipped between <br>
Some Ruby Trousers hurried on <br>
<p class="upright">A Wave of Gold</p><br>
<p class="upright">A Bank of Day</p><br>
This just makes out the Morning Sky. <br>
</div>
</td>
</tr>
</table>
</body>
</html>