A Pen by Christopher J Seeger on CodePen.
Last active
February 17, 2020 20:29
-
-
Save cjseeger/5330bd836bcf4de4b99e9bc14b4355d6 to your computer and use it in GitHub Desktop.
hello_Pen
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>Starter File</title> | |
</head> | |
<body> | |
Hello 2020! | |
</body> | |
</html> |
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
body {margin: 10px;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment