/ Published in: CSS
URL: http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-practical-css-shapes/
USE A SPAN!
Expand |
Embed | Plain Text
.arrow { width: 0; height: 0; line-height: 0; border-left: 20px solid transparent; border-top: 10px solid #c8c8c8; top: 104%; left: 0; position: absolute; }
You need to login to post a comment.
