Created
June 8, 2020 18:13
-
-
Save samwightt/65c9178894bc5111bd0be72e22278088 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> | |
<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