Created
February 20, 2019 18:21
-
-
Save merlox/c48d48c3da4fd168251b7c68ca6055f4 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
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