Skip to content

Instantly share code, notes, and snippets.

@codenamegary
Created November 19, 2015 15:53
Show Gist options
  • Save codenamegary/4dea1566939cd451d150 to your computer and use it in GitHub Desktop.
Save codenamegary/4dea1566939cd451d150 to your computer and use it in GitHub Desktop.
GANKLE
<!DOCTYPE html>
<html>
<head>
<style>
#mydiv {
position: fixed;
top: 0;
left: 0;
margin: 0;
width: 500px;
height: 160px;
background: #000;
color: #fff;
font-family: "helvetica", "Arial";
text-align: center;
}
body {
background: url('http://lajollasealife.com/wp-content/uploads/2015/01/LAJOLLASEALIFE-PRODUCT-073.jpg') top center;
height: 6000px;
}
</style>
</head>
<body>
<div id="mydiv">
<h1>HI GANKLE!</h1>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment