Created
December 30, 2015 19:27
-
-
Save malachi358/449aae39138db191e835 to your computer and use it in GitHub Desktop.
CSS Outline technique
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
.sidebar-nav li a span:last-child { | |
font-size: 28px; | |
position: absolute; | |
top: 25%; | |
right: 10px; | |
width: 50px; | |
text-align: center; | |
color: rgb(88, 88, 88); | |
text-shadow: 0px 0px 0px white,1px 1px 0px white,-1px -1px 0px white,1px -1px 0px white,-1px 1px 0px white; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment