Skip to content

Instantly share code, notes, and snippets.

@mrHiker
Created September 14, 2017 09:38
Show Gist options
  • Select an option

  • Save mrHiker/76208ac67d579b58cc1435dd431a8970 to your computer and use it in GitHub Desktop.

Select an option

Save mrHiker/76208ac67d579b58cc1435dd431a8970 to your computer and use it in GitHub Desktop.
view_design_on_html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
body{
height: 2160px;
background-position: center;
background-repeat: no-repeat;
background-image: ;
}
*{
margin: 0;
padding: 0;
}
</style>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment