CSS Summary

That wraps up this CSS tutorial — congratulations for making it to the end!.

In this tutorial, we learned that CSS stands for Cascading Style Sheets and that it is used for applying styles to web pages. We learned how to code and implement CSS using the "inline", "embedded", and "external" method.

We learned about classes and ids before applying styles such as font, backgrounds, borders, margins and more.

We then covered the more advanced topics such as position, float, layers, flexbox, and grid, which helps us to create some pretty cool layouts.

Next Steps

There's a lot more to CSS than was presented in this tutorial. Check out the CSS and CSS3 properties below to see the new features that are being implemented. And while you're here, check out how Sass can help you create CSS faster, and more efficiently.