Skip to content

Instantly share code, notes, and snippets.

@bespr
Last active September 29, 2018 14:25
Show Gist options
  • Save bespr/5525775 to your computer and use it in GitHub Desktop.
Save bespr/5525775 to your computer and use it in GitHub Desktop.
html mini template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html { font-family: sans-serif; box-sizing: border-box; }
*, *:after, *:before { box-sizing: inherit; }
* { 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