Skip to content

Instantly share code, notes, and snippets.

@st98
Last active August 29, 2015 14:13
Show Gist options
  • Save st98/ea2d2d26e4b2f8de016f to your computer and use it in GitHub Desktop.
Save st98/ea2d2d26e4b2f8de016f to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="style.css">
<title>index.html</title>
</head>
<body>
<h1>index.html</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<a href="https://gist.github.com/st98/ea2d2d26e4b2f8de016f/" title="source code">source code</a>
</body>
</html>
@charset "utf-8";
* {
box-sizing: border-box;
}
body {
margin: 0 auto;
width: 90%;
max-width: 40em;
font-family: 'Source Code Pro', Consolas, Meiryo, sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment