DEV Community

Discussion on: Sunday Night CSS

Collapse
 
keefdrive profile image
Keerthi

CSS is one tool in the toolbox. CSS is good for manipulating simple shapes and text. This is because CSS is tied to the hip with HTML markup. If you want to create more advanced graphics then you need to look into SVG and html5 canvas. If you want to do some fancy illustrations as you see in adobe illustrator then you need to research into svg. If you want drawings with precision accuracy like 3d modeling, then look into canvas. To be an expert in SVG and HTML5 canvas, you need to acquire a specialized skillset. You can take a look at this as an intro to svg : w3schools.com/html/html5_svg.asp.