Skip to content

Instantly share code, notes, and snippets.

@samwightt
Created June 8, 2020 18:13
Show Gist options
  • Save samwightt/65c9178894bc5111bd0be72e22278088 to your computer and use it in GitHub Desktop.
Save samwightt/65c9178894bc5111bd0be72e22278088 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Flexbox CSS Centering Example</title>
</head>
<body>
<div id="parent-div">
<div id="child-div">
<h1>This is an example</h1>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment