Hey guys!
Been dabbling with HTML, CSS and JS for a while now, but seeing as my CSS skills are somewhat limited, I want to take it to the next level.
What are your recommended sources to go into Intermediate CSS? I mean, stuff like pseudo-classes, svgs, canvas etc. Or is that the wrong direction after having learned about positioning, grid etc? I am specifically intetested into custom backgrounds, non rectangular elements etc.
Offline
A very good reference is Mozilla Developer Network for css and of course for javascript.
The entry point for CSS : https://developer.mozilla.org/en-US/docs/Web/CSS
For canvas stuff : https://developer.mozilla.org/en-US/doc … ary/Canvas
And especially that one : https://developer.mozilla.org/en-US/doc … I/Tutorial
Offline