Skip to content

Instantly share code, notes, and snippets.

@malachi358
Created December 30, 2015 19:27
Show Gist options
  • Save malachi358/449aae39138db191e835 to your computer and use it in GitHub Desktop.
Save malachi358/449aae39138db191e835 to your computer and use it in GitHub Desktop.
CSS Outline technique
.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