+ 2
What can CSS handle?
I know it can handle colours, background colours, text fonts, stroke width and so on... But my question is: For example, if I draw a polyline, can the points be handled by CSS and how? Or should I keep this part on my HTML?
1 Answer
+ 3
polyline points cannot be handled by css,d drawing with css involves borders and div's and so on