Pretty simple idea, but I'm not sure the best way to do this. I'd like to be able to style it as one div (if possible).
What's the best way to create an octogonal div?
|
Pretty simple idea, but I'm not sure the best way to do this. I'd like to be able to style it as one div (if possible). What's the best way to create an octogonal div?
| |||||||||||||||
feedback
|
|
The CSS used in this link is this:
It is constructed from the div element itself which is given a rectangular shape. Using the The origins of this technique can be found here. Here is a quick demo. The blue part is the | |||||||||||
feedback
|