CSS Circle Menu

January 20, 2011

An interesting CSS trick is the creation of “circles”, by using CSS3′s border-radius property that’s set to a very large value: When you do this, the border on each of the four corners of the element merge into a continuous round edge, creating the look of a circle. Using this nifty little trick. The key [...]