/ Published in: CSS
URL: http://designshack.net/articles/css/10-less-css-examples-you-should-steal-for-your-projects/
A simple way to make all links appear to push downwards when clicked.
Expand |
Embed | Plain Text
a:active { position: relative; top: 1px; }
You need to login to post a comment.
