Skip to content

Instantly share code, notes, and snippets.

@Patryk27
Created June 26, 2023 19:38
Show Gist options
  • Save Patryk27/4b1696f1431e60621c52f18edd303a56 to your computer and use it in GitHub Desktop.
Save Patryk27/4b1696f1431e60621c52f18edd303a56 to your computer and use it in GitHub Desktop.
<!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