Archives
Archives
- May 2012
- March 2012
- February 2012
- September 2011
- July 2011
- June 2011
- November 2010
- April 2010
- January 2010
Categories
RSSA 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- [...]