Skip to content

Instantly share code, notes, and snippets.

@pena56
Last active December 3, 2021 22:17
Show Gist options
  • Save pena56/a1c59620bc69925d5b8e16eba87c5e5c to your computer and use it in GitHub Desktop.
Save pena56/a1c59620bc69925d5b8e16eba87c5e5c to your computer and use it in GitHub Desktop.
* {
margin: 0;
box-sizing: border-box;
}
body {
color: #ff6600;
background-color: #121212;
}
.App {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 50px;
}
header {
width: 100%;
padding: 20px;
}
a {
text-decoration: none;
color: inherit;
}
.container {
column-count: 4;
margin: 2em 2em 2em 2em;
column-width: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment