Return to Snippet

Revision: 54690
at January 7, 2012 08:36 by tpryan


Initial Code
.photobutton{
	display: block;
	height: 180px;
	width: 180px;
	position: relative;
	top: 8px;
	left: 7px;
	border-radius:90px;
	-khtml-border-radius:90px;
	-moz-border-radius:90px;
	-webkit-border-radius:90px;
}

Initial URL


Initial Description
The CSS for the wrapper for my article on Circular Buttons using CSS.

Initial Title
Circular Button in CSS - CSS for link

Initial Tags


Initial Language
CSS