-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 927 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Merricks Best Friend</title>
<meta name="viewport" content="initial-scale=1.0" width="device-width">
</head>
<style type="text/css">
body {
background-image: url(swag.png);
background-repeat: repeat;
}
@media all and (max-width: 1024px) {
.wrap {
display: none;
}
body {
background: none;
}
}
</style>
<body>
<h1>Desktop only.</h1>
<div class="wrap">
<img style="float:left;"src="https://pbs.twimg.com/profile_images/478008375431536640/zBjiW-RV.png"><br>
<div style="width: 70%;text-align:center; float: left;">
<div style="width: 250px;background-color:#fff;margin-top: 350px;">
<h1>His name....</h1>
<h2 style="margin-bottom:0;"><a href="https://twitter.com/Hossman333">Josh Robertson</a></h2>
</div>
</div>
<img style="float:left;clear:both;"src="http://i.imgur.com/ikvvhju.png">
</div>
</body>
</html>