10. Additional CSS Tips & Putting it all together

In this video, we will be breaking down exactly how CSS variables work. We will be covering their syntax, use cases, and how to use them in JavaScript.


Source: Web Dev Simplified
Generally when a developer defines colors in CSS they use RGB or HEX to write out those colors. Technically there is nothing wrong with doing this, but it is far from the best way to write colors in CSS. This is where HSL shines. It is incredibly intuitive, easy to read, and best of all is perfect for working with CSS variables. In this video, we will show you why.


Source: Web Dev Simplified
Working with inheritance in CSS is hard.Β  In this video, we will be covering all the complexities of inheritance so you never have to worry again.


Source: Web Dev Simplified
Transform is one of the most versatile properties in CSS since it can do everything from scaling, moving, to rotating elements. In this video, we will be covering all the different ways you can use transform as well as some special tips at the end to really improve your transforms.


Source: Web Dev Simplified

In this video, we will build a custom website using HTML5 and modern CSS techniques such as CSS Grid, Flexbox, psuedo selectors, animation and more. By the end of this video you should have a good grasp on all the major CSS techniques and how to use them in a practical hands-on project.


Source: Traversy Media