Created
April 10, 2012 14:07
-
-
Save dsheiko/2351623 to your computer and use it in GitHub Desktop.
Multiply outlines (C) http://lea.verou.me
This file contains 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 { padding: 100px; } | |
div { | |
display: inline-block; | |
width: auto; | |
text-align: center; | |
background-color: red; | |
color: white; | |
padding: 10px; | |
box-shadow: 0 0 0 5px white, 0 0 0 10px black, 0 0 0 15px gold; | |
} |
This file contains 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> | |
Multiply outlines demo | |
</div> |
This file contains 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
{"view":"split","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment