Skip to content

Instantly share code, notes, and snippets.

@dantuck
Last active December 28, 2015 17:59
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 dantuck/7539778 to your computer and use it in GitHub Desktop.
Save dantuck/7539778 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>The title of the page</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div id="wrapper">
<div>Stuff</div>
<div><img src="http://placehold.it/350x150"></div>
</div>
</body>
</html>
body {
}
#wrapper {
max-width: 960px;
margin: 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment