Skip to content

Instantly share code, notes, and snippets.

@nemosupremo
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nemosupremo/eab89bf6745234439ba5 to your computer and use it in GitHub Desktop.
Save nemosupremo/eab89bf6745234439ba5 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<style>
body {
background: -webkit-linear-gradient(red, blue);
height:6000px
}
.obj {
position: fixed;
top:0;
left:100px
}
</style>
</head>
<body>
<div class="obj">
<h1>Hello World!</h1>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment