Created
June 26, 2023 19:38
-
-
Save Patryk27/4b1696f1431e60621c52f18edd303a56 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> | |
<meta charset="utf-8" /> | |
<title>Amy</title> | |
</head> | |
<style> | |
html, body { | |
background: #282828; | |
} | |
.container { | |
margin: 0; | |
padding: 1em; | |
} | |
.board { | |
margin: 0; | |
padding: 0; | |
color: #fbf1c7; | |
font-family: courier; | |
} | |
.actions { | |
margin-top: 1em; | |
} | |
.actions button { | |
padding: 0.75em 1.5em; | |
margin-right: 2em; | |
} | |
</style> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment