-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathindex.html
56 lines (52 loc) · 1.04 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="author" content="ibireme">
<title>ibireme</title>
<style>
::selection {
background: #000;
}
::-moz-selection {
background: #000;
}
body {
background-color: #303030;
font-family: Arial, Helvetica, sans-serif;
font-smooth: always;
text-shadow: #1c1c1c 0px 1px 2px;
font-size : 100%;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
h1 {
font-size: 2.1em;
font-weight: bold;
color: #7e7e7e;
text-shadow: #1c1c1c 0px 1px 3px;
text-align: center;
}
a {
text-decoration: none;
text-shadow: #1c1c1c 0px 1px 3px;
}
#maincontent {
color: #fbfbfb;
font-size: 1.375em;
text-align: left;
width: 480px;
position: relative;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
}
</style>
</head>
<body>
<div id="maincontent">
<a href="https://github.com/ibireme"><h1>ibireme's Github</h1></a>
</div>
</body>
</html>