Archives
Archives
- December 2011
- October 2011
- September 2011
- July 2011
- June 2011
- November 2010
- April 2010
- January 2010
Categories
Categories
- Client
- Code
- CSS
- Win Forever
- WTM
A technique that I really enjoy using for rounding the corners of block-level elements is border-radius. This technique is used throughout the We The Media website (as you may have noticed). Implementing border-radius isn’t too hard, though the code is a bit heavy as different browsers require specific CSS (i.e. -moz- for Firefox and -webkit- [...]