FREELessons: 19Length: 2.2 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

1.1 Introduction

Welcome to the future! In this course, you will learn about some of the new CSS features being discussed right now. In this course we’ll look at some interesting proposals for CSS selectors, layout modules, filters and other dynamic features. Not all that we cover will become standard, but it’s always good to understand what’s on the table at the W3C.

1.1 Introduction

Hello, and welcome to the CSS of the future. My name is Craig Campbell. I've been working in web design and development for 15 years, and the one thing that has remained constant in that time is that things are always changing. When I first began learning web design in the late 90s, I very rarely used any CSS properties other than font family, font size and color. And I missed out on a very promising job opportunity early in my career because companies had started using CSS for content layout, while I was still stuck in the messy world of tables and call spans. One of my main goals in this series is to keep you from making the same mistake. In a world where technology is always evolving, it's important to stay on top of the latest trends. So in this course, I wanna take a look into the future of CSS. We're going to spend a little bit of time talking about the W3C and how CSS specifications are developed. And then we'll get into the nitty-gritty of future CSS as we take a look at various selectors, and pseudo-classes, and concepts that we can hopefully look forward to implementing in the next few years. Now if you're following along with this course, then you probably want to download the project files from the course website. These files contain the code that we will be working through for the duration of the course. So thank you for watching, and in the next lesson, we'll get started.

Back to the top