I have a simple div on a page:
Some Text
Is it possible, with CSS, to make it finish as an arrow. Something like:
I know above answers are accurate, but give this a try also
You can use clip-path CSS
clip-path: polygon(0 0, 100% 0, 100% 68%, 46% 100%, 0 68%);
Or you can also generate it from here: https://bennettfeely.com/clippy/