Skip to content

Instantly share code, notes, and snippets.

@JamesWP
Created April 28, 2015 11:34
Show Gist options
  • Save JamesWP/9a09ec0cf3687f45f98c to your computer and use it in GitHub Desktop.
Save JamesWP/9a09ec0cf3687f45f98c to your computer and use it in GitHub Desktop.
JamesWP // source http://jsbin.com/zotoye
<!DOCTYPE html>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
<meta charset="utf-8">
<title>JamesWP</title>
<style id="jsbin-css">
body,html{
height:100%;
margin:0;
padding:0;
}
body{
font-family: 'Cutive Mono';
font-size:2em;
display:flex;
align-items:center;
justify-content:center;
}
</style>
</head>
<body>
<h1>JamesWP</h1>
<script id="jsbin-source-css" type="text/css">
body,html{
height:100%;
margin:0;
padding:0;
}
body{
font-family: 'Cutive Mono';
font-size:2em;
display:flex;
align-items:center;
justify-content:center;
}
</script>
</body>
</html>
body,html{
height:100%;
margin:0;
padding:0;
}
body{
font-family: 'Cutive Mono';
font-size:2em;
display:flex;
align-items:center;
justify-content:center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment