/ Published in: CSS
Courtesy http://designshack.net/articles/css/inner-shadows-in-css-images-text-and-beyond/
Expand |
Embed | Plain Text
<h1>TEST</h1> body { background:#ccc; } h1 { font: bold 200px arial, sans-serif; background-color: #565656; color: transparent; text-shadow: 2px 2px 3px rgba(255,255,255,0.5); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; }
You need to login to post a comment.
