-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (44 loc) · 883 Bytes
/
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
<!DOCTYPE html>
<head>
<title>Meir Snyder</title>
<style type="text/css">
body {
font-family: helvetica, sans-serif;
margin: 0 auto;
background: white;
}
h1 {
text-align: center;
font-size: 75px;
}
p {
text-align: center;
font-family: verdana;
font-size: 19px;
}
.content {
position: absolute;
float: center;
margin-left: 35%;
margin-top: 10px;
}
.picture {
position: absolute;
float: center;
margin-left: 20%;
margin-top: 50px;
}
</style>
</head>
<body>
<h1>Meir Snyder</h1>
<p>My name is Meir Snyder, Sagittarius by birth, proud Brooklynite by choice.
</p>
<div>
<span class= "content"> <a href="http://www.producthunt.com">I use product hunt to find cool new startups and tools</a></span>
<span class="picture">
<img src="http://static4.businessinsider.com/image/52cdb070eab8eaad4e4aaf16-800-400/monaco%20exterior.jpg">
</span>
</div>
</body>
</html>