HTML / CSS / JS Resources
Jonas Schmedtmann’s Coding Resources - Chock full of good resources and helpful links for all of these.
HTML
CSS
- CSS Utility Classes and “Separation of Concerns” - Going over the differences between semantic CSS and “functional” CSS, where reuse and ease of understanding is paramount.
- Learn to Code HTML & CSS - Good overview of the basics of HTML and CSS design (pre-Flex or Grid systems).
- Advanced CSS & Sass - Shows best practices in structure, design, implementation, and working through problems, taught by Jonas Schmedtmann.
- 58 bytes of css to look great nearly everywhere - It’s like a hyper-minimal version of Skeleton CSS. Does one thing really well, but if that’s what you need, it’s perfect.
- Web Design in 4 minutes
JS