/ Published in: CSS
URL: http://line25.com/tutorials/how-to-create-a-cool-anaglyphic-text-effect-with-css
Expand |
Embed | Plain Text
<style> h1{ display: inline; position: relative; font: 200px Helvetica, Sans-Serif; letter-spacing: -5px; color: rgba(0,0,255,0.5); } h1:after{ content: "Hello"; position: absolute; left: 10px; top: 5px; color: rgba(255,0,0,0.5); } </style>
You need to login to post a comment.
