Created
November 19, 2015 15:53
-
-
Save codenamegary/4dea1566939cd451d150 to your computer and use it in GitHub Desktop.
GANKLE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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