-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtext1.html
46 lines (42 loc) · 1.42 KB
/
text1.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 teut</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>TEXT</b><br>
<span style="font-size:20px;">
<a href="text1.html">V. /</a><br/>
<a href="text2.html">V. //</a><br/>
<a href="text3.html">V. ///</a><br/>
<a href="text4.html">V. ////</a><br/>
</span>
</div>
</td>
<td>
<div class="content">
A <span class="squeeze">slash</span> of <span class="stretch">Blue</span><br>
A <span class="squeeze">sweep</span> of <span class="stretch">Gray</span> <br>
<span class="stretch">Some</span> scarlet patches on the way <br>
Compose an Evening Sky <br>
A little purple slipped between <br>
<span class="stretch">Some Ruby</span> Trousers hurried on <br>
A <span class="stretch">Wave</span> of <span class="stretch">Gold</span> <br>
A <span class="stretch">Bank</span> of Day <br>
<span class="stretch">This just</span> <span class="squeeze">makes</span> out the Morning Sky <br>
</div>
</td>
</tr>
</table>
</body>
</html>