-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcolor4.html
47 lines (43 loc) · 1.39 KB
/
color4.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="hoverColor.js"></script>
<title>A Remix of Colue</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>COLOR</b><br>
<span style="font-size:20px;">
<a href="color1.html">V. /</a><br/>
<a href="color2.html">V. //</a><br/>
<a href="color3.html">V. ///</a><br/>
<a href="color4.html">V. ////</a><br/>
</span>
</div>
</td>
<td>
<div class="content">
A slash of <a class="colorblock1">Blue</a> <br>
A sweep of <a class="colorblock2">Gray</a> <br>
Some <a class="colorblock3">scarlet</a> patches on the way <br>
Compose an <a class="colorblock4">Evening Sky</a> <br>
A little <a class="colorblock5">purple</a> slipped between <br>
Some <a class="colorblock6">Ruby</a> Trousers hurried on <br>
A Wave of <a class="colorblock7">Gold</a> <br>
A Bank of Day <br>
This just makes out the <a class="colorblock8">Morning Sky</a> <br>
</div>
</td>
</tr>
</table>
</body>
</html>