-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepresent_c.html
More file actions
72 lines (65 loc) · 1.47 KB
/
represent_c.html
File metadata and controls
72 lines (65 loc) · 1.47 KB
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
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<title>Represent by Leandro Estrella [AD]</title>
<meta charset="utf-8">
<link rel="author" href="https://leandroestrella.com">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/font-awesome.min.css">
<style>
body {
font-family: "Montserrat", sans-serif;
font-size: 12px;
background-color: #fff;
color: #000;
margin: 0px;
background-image: url("img/bookD.png");
background-color: transparent;
background-repeat: no-repeat;
background-position: left top;
background-size: 1155px 700px;
overflow: auto;
}
#before {
color: #000;
position: absolute;
top: 630px;
left: 65px;
width: 300px;
text-align: left;
z-index: 100;
display: block;
}
#next {
color: #000;
position: absolute;
top: 630px;
left: 1075px;
width: 300px;
text-align: left;
z-index: 100;
display: block;
}
p {
text-align: right;
}
a {
color: #000;
text-decoration: underline;
cursor: pointer;
text-decoration: none;
}
</style>
</head>
<body>
<div id="before">
<a href="represent_b.html">
<< /a>
</div>
<div id="next">
<a href="https://leandroestrella.com/" target="_blank" style="cursor: help;">Leandro Estrella</a> <a
href="ad.html">[AD]</a>
</div>
</body>
</html>