CSS Styling

Web Application Path

Rate This Course

Please share your feedback

Skip

CSS Styling with Rob Tietje

id & class

id & class

CSS

This lesson covers using ids and classes to identify specific elements to apply styling to.

5m 11s
Completed
Lessons
Getting Started
1 Introduction 4m 58s
2 Basic Selectors 7m 31s
3 id & class 5m 11s
Core CSS
4 Fonts 2m 44s
5 Google Fonts 5m 1s
6 margin & padding 8m 39s
7 text-align 2m 5s
8 Syntactically Awesome Stylesheets 7m 3s
9 Floating Middle Column Layout 17m 29s
10 Left Navigation Layout 11m 37s
11 Positioning 9m 22s
Odds & Ends
12 Stylesheet Types 2m 3s
13 Misc. Properties and Selectors 4m 50s
14 Media Queries 7m 5s
Responsive Design
15 Final Project 5m 51s
Assignment
1

One of the main distinguishing features between an id and a class is that an id can only be used once in your webpage.

Duplicate the following design by using an id and a class