forked from aar0n420/historywebsite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
EleventhPage.html
63 lines (56 loc) · 1.27 KB
/
EleventhPage.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
60
61
62
63
<!DOCTYPE HTML>
<html>
<body style="background-color:rgb(153, 255, 204);">
<head>
<title>INTERNATIONAL RELATIONS IN THE 20th CENTURY</title>
<style>
.pagination {
display: inline-block;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 200px;
}
li a {
display: block;
padding: 8px 16px;
text-decoration: none;
}
li a.active {
}
li a:hover:not(.active) {
}
div.fixed {
position: fixed;
bottom: 0;
right: 0;
width: 200px;
height: 50px;
border: 3px solid #73AD21;
}
</style>
<h1 style="color:Red;">INTERNATIONAL RELATIONS IN THE 20th CENTURY</h1>
<br>
<div class="pagination">
<a href="#">«</a>
<a href="#">1</a>
<a href="SecondPage.html">2</a>
<a href="ThirdPage.html">3</a>
<a href="FourthPage.html">4</a>
<a href="FifthPage.html">5</a>
<a href="SixthPage.html">6</a>
<a href="SeventhPage.html">7</a>
<a href="EightPage.html">8</a>
<a href="NinthPage.html">9</a>
<a href="TenthPage.html">10</a>
<a href="EleventhPage.html">11</a>
<a href="TwelvthPage.html">12</a>
<a href="#">»</a>
</div>
<div class=fixed>
Check out the school's website <a href="http://www.stjosephsrush.ie">http://www.stjosephsrush.ie</a>
</div>
</body>
</html>