Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How can I create a rounded arrow box using css3? Reply To: How can I create a rounded arrow box using css3?

#158331
sobu88
Participant

hi,Aaron118

I think this is enough to your question.. :)

width:0;
height:0;
border-left: 100px solid red;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;