/ Published in: CSS
USE A SPAN!
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.arrow { width: 0; height: 0; line-height: 0; border-left: 20px solid transparent; border-top: 10px solid #c8c8c8; top: 104%; left: 0; position: absolute; }
URL: http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-practical-css-shapes/