Skip to content

Instantly share code, notes, and snippets.

@beshur
Last active December 27, 2015 23:19
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 beshur/7405375 to your computer and use it in GitHub Desktop.
Save beshur/7405375 to your computer and use it in GitHub Desktop.
HTML basic bootstrap
<!DOCTYPE html>
<html>
<head>
<title>index</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
html, body {
padding: 0;
margin: 0;
}
#show {
text-align: center;
}
#show img {
display: inline-block;
max-width: 100%;
}
</style>
</head>
<body>
<div id="show">
<img src="img/mn_site_01_1.png" alt="">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment