-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (47 loc) · 1.08 KB
/
index.html
File metadata and controls
57 lines (47 loc) · 1.08 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
<!DOCTYPE html>
<style>
body {
font-family: 'Lato';
width: 100%;
font-size: 16px;
background-image: url("logo.svg");
background-size: contain;
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
height: 100%;
margin-top:150px;
padding-left:5px;
background-attachment: fixed;
background-position: center;
}
p a{
text-decoration: none;
margin: 15px;
display: block;
}
p a:hover {
text-decoration: none;
color: lightgray;
}
p a:visited {
text-decoration: none;
}
</style>
<html>
<head>
<meta charset="utf-8" />
<link type="text/css" rel="stylesheet" href="mystyles.css" />
<title>
I'm Allison Yao
</title>
</head>
<body class="fade-in one">
<p style="text-align:center;"
>
<a>site under construction</a>
</p>
<script src="Scripts/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="JavaScript.js"></script>
</body>
</html>