bugl
bugl
HomeLearnPatternsPathsSearch
HomeLearnPatternsPathsSearch

Loading lesson path

Learn/CSS

CSS

Reference and Practice

Examples, snippets, and references for reinforcement and lookup.

Lesson 1

CSS Templates

We have created some responsive starter templates with CSS.

Read lesson →Loading…
Lesson 2

CSS Web Safe Fonts

The following fonts are the best web safe fonts for HTML and CSS:

Read lesson →Loading…
Lesson 3

CSS Snippets

Have you ever seen a cool feature on a website and thought "How do they do that"?

Read lesson →Loading…
Lesson 4

CSS Animatable

Some CSS properties are animatable , meaning that they can be used in animations and transitions.

Read lesson →Loading…
Lesson 5

CSS Interview Preparation

A tool that will help you get ready for your next interview.

Read lesson →Loading…
Lesson 6

CSS Units

CSS has several different units for expressing a length.

Read lesson →Loading…
Lesson 7

PX to EM Conversion

- Set a default font size (usually 16px) - Then, convert a pixel value to em, based on the default size - Or, convert an em value to pixels, based on the default size

Read lesson →Loading…
Lesson 8

CSS Colors

All modern browsers support the following 140 color names (click on a color name, or a hex value, to view the color as the background-color along with different text colors):

Read lesson →Loading…
Lesson 9

CSS Legal Color Values

Colors in CSS can be specified by the following methods:

Read lesson →Loading…