-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout3.html
62 lines (53 loc) · 1.08 KB
/
about3.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
<!DOCTYPE html>
<html>
<head>
<title>About What is Tim Tebow doing now?</title>
<style>
.pic{
width:80px;
height:130px;
opacity: 1;
filter: alpha(opacity=100);
text-align: center;
margin-left: auto;
margin-right: auto;
background: url(https://cloud.githubusercontent.com/assets/5025092/5633733/3728408c-95a8-11e4-83dd-c2cea5df57c8.png) no-repeat; }
.pic:hover {
opacity: 0.3;
filter: alpha(opacity=50);
}
a:link {
color: lightgray;
text-decoration: none;
}
/* visited link */
a:visited {
color: gray;
text-decoration: none;
}
/* mouse over link */
a:hover {
color: darkgray;
text-decoration: underline;
}
/* selected link */
a:active {
color: darkgray;
text-decoration: underline;
}
p {
white-space: pre;
font-family:arial;
text-align: center;
}
p.gray {
color: gray;
text-align: left;
}
.normal {
font-family:arial;
white-space:pre;
text-align: center;
}
</style>
<p class="pic"></p><p class="normal">Hi there. My name is Andrew, I built this for fun. I'm <a href="http://twitter.com/wisemana">wisemana</a> on Twitter.