i coded a arrow with css. the code
border-style: solid;
border-width: 0 0 25px 4px ;
border-color: transparent transparent transparent #cacaca;
The shot :
the slash line is not a smooth line.
whats your idea ?
i coded a arrow with css. the code
border-style: solid;
border-width: 0 0 25px 4px ;
border-color: transparent transparent transparent #cacaca;
The shot :
the slash line is not a smooth line.
whats your idea ?
Not sure why it would not be smooth, could be that you may need to specify the borders long hand.
e.g.
border-top: 20px solid transparent
css tricks has a good article on css triangles