-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (55 loc) · 1.41 KB
/
index.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
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<style>
body {
background: url("http://i.imgur.com/krVJML6.jpg?1=") no-repeat fixed;
}
a:link, a:visited, a:active, a b {
background-color: ;
color: #000000;/**#282828;**/
text-decoration: none;
font-weight: bold;
padding: 14px 25px;
}
a:hover, a:hover b {
color: #A8A8A8;
}
p {
border: 10px solid black;
}
div {
width: 300px;
border: 10px solid black;
padding: 25px;
margin: 25px;
}
form {
display: inline; /**or: "inline-block" */
}
.center {
margin: auto;
width: 50%;
border: 3px solid black;
padding: 10px;
}
</style>
<html>
<body>
<!---Text box--->
<div style="background-color:#ffffff; text-align:center; center-align:
middle; margin: 0 auto; padding:100px 200px;">
<!---Info--->
<center>
<form><body>
<a href="https://nancynh.github.io/">Home</a>
<a href="https://nancynh.github.io/projects">Projects</a>
<a href="https://github.com/nancynh/">GitHub
<!---<img src="https://assets-cdn.github.com/images/modules/logos_page/GitHub-Mark.png"
style="width:30px;height:30px;">---></a>
</body>
<h1>Nancy Hong</h1>
I am currently studying Computer Science at
the University of Illinois at Urbana-Champaign.
</div>
</center>
</body>
</html>