02Geek HTML5 and JavaScript, TypeScript, React, Flash, ActionScript online School
Previous VideoPrevious Video

Introducing CSS Classes

Until now each CSS rule we created was directly connected to an element or group of elements on the stage. CSS classes enable you to define groups of elements of your own. CSS classes are not restricted to an element type and as such enable you to define one class for many different types of elements. By the end of this lesson, you will know how to create CSS classes and you will know how to use them.

Taking a deeper look into the CSS selector rule

By the end of this lecture, you will know how to define rules for HTML elements.

05:06

Introducing CSS Classes

By the end of this lesson, you will know how to create CSS classes and you will know how to use them.

03:46

Talking to HTML items with IDs

By the end of this lesson, you will know how to define ids to html elements and how to implement styles for them.

04:56

Travelling through a document with CSS rules

In this lecture, we will learn how to travel through the HTML document and define more specific rules by combining everything we learnt so far.

04:12

Defining a few items at the same time

By the end of this lecture you will know how to define rules for multiple CSS selector rules at the same time.

02:29

Best practices when it comes to CSS rules

We will spend some time talking about how you can build your code more effectively to make it easier for the browser to process your pages.

05:35