Created
October 30, 2018 13:20
-
-
Save revox/4be6053e57bf7da4988aa7a3013fd888 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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