Is there a way to design a button with a slightly irregular shape?
The current CSS for my button creates a basic rectangle like this:
.btnclass {
width:100;
height:40;
}
However, I would like it to have a more unique appearance such as this:
______________________
| ___________|
| |___________
|______________________|
Does anyone have any creative solutions to achieve this using CSS?