Rounded corners only on some corners in css
Is it possible to create a rounded corner using css where I only get
rounding on some specific corner rather than all of the corners? Currently
I am using:
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
But I don't see any way to specifying the top left or some other corner. I
want the other corners to remain square.
No comments:
Post a Comment