Skip to content

Instantly share code, notes, and snippets.

@revox
Created October 30, 2018 13:20
Show Gist options
  • Save revox/4be6053e57bf7da4988aa7a3013fd888 to your computer and use it in GitHub Desktop.
Save revox/4be6053e57bf7da4988aa7a3013fd888 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Centred Column</title>
<style>
.container {
max-width: 600px;
margin: 0 auto;
font-family: Helvetica;
line-height: 1.4em;
}
H1 {
text-align: center;
}
</style>
</head>
<body>
<div class="container">
<p>
here is some text
</p>
<iframe src="http://datawrapper.dwcdn.net/gkD4f/1/" scrolling="no" frameborder="0" allowtransparency="true" width="100%" height="209"></iframe>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment