Skip to content

Instantly share code, notes, and snippets.

@kjohnson
Last active August 29, 2015 14:23
Show Gist options
  • Select an option

  • Save kjohnson/972576e8c6589997b7df to your computer and use it in GitHub Desktop.

Select an option

Save kjohnson/972576e8c6589997b7df to your computer and use it in GitHub Desktop.
Copied from www.funnction.com
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Page Name</title>
<style>
* {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
body {
background: white url('logo.png') no-repeat center center;
}
</style>
</head>
<body></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment