Created
September 17, 2019 09:40
-
-
Save indreklasn/fe1933abcad7e994561331a2b786e3a2 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
div.demo { | |
display: inline-block; | |
width: 110px; | |
height: 110px; | |
margin: 10px; | |
--aug-border: 5px; | |
--aug-inset: 5px; | |
padding: 10px; /* mind the gap */ | |
text-align: center; | |
--aug-border-bg: gold; | |
--aug-inset-bg: gold; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment