-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject2.html
59 lines (59 loc) · 1.28 KB
/
Project2.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
49
50
51
52
53
54
55
56
57
58
59
<html lang="en">
<head>
<title>Project 2</title>
<link href="http://fonts.googleapis.com/css?family=Reenie+Beanie:regular" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<ul class="notes">
<li class="yellow-box left-rotated">
<a href="#">
<h2>Title #1</h2>
<p>Text Content #1</p>
</a>
</li>
<li class="green-box right-rotated">
<a href="#">
<h2>Title #2</h2>
<p>Text Content #1</p>
</a>
</li>
<li class="purple-box left-rotated">
<a href="#">
<h2>Title #3</h2>
<p>Text Content #1</p>
</a>
</li>
<li class="green-box right-rotated">
<a href="#">
<h2>Title #4</h2>
<p>Text Content #1</p>
</a>
</li>
<li class="yellow-box right-rotated">
<a href="#">
<h2>Title #5</h2>
<p>Text Content #1</p>
</a>
</li>
<li class="purple-box left-rotated">
<a href="#">
<h2>Title #6</h2>
<p>Text Content #1</p>
</a>
</li>
<li class="yellow-box left-rotated">
<a href="#">
<h2>Title #7</h2>
<p>Text Content #1</p>
</a>
</li>
<li class="green-box right-rotated">
<a href="#">
<h2>Title #8</h2>
<p>Text Content #1</p>
</a>
</li>
</ul>
</body>
</html>