/ Published in: CSS
The CSS for the wrapper for my article on Circular Buttons using CSS.
Expand |
Embed | Plain Text
.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; }
You need to login to post a comment.
