Skip to content

Instantly share code, notes, and snippets.

@merlox
Created February 20, 2019 18:21
Show Gist options
  • Save merlox/c48d48c3da4fd168251b7c68ca6055f4 to your computer and use it in GitHub Desktop.
Save merlox/c48d48c3da4fd168251b7c68ca6055f4 to your computer and use it in GitHub Desktop.
body {
margin: 0;
font-family: sans-serif;
text-align: center;
}
button {
border-radius: 10px;
padding: 20px;
color: white;
border: none;
background-color: rgb(69, 115, 233);
cursor: pointer;
}
button:hover {
opacity: 0.7;
}
.margin-right {
margin-right: 10px;
}
.assets-container {
display: grid;
grid-template-columns: 30% 1fr 1fr;
}
.art-id {
font-size: 18pt;
font-weight: bold;
}
.art-owner {
color: grey;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment