join: new@juude



get alerts for new articles






CLOSE WINDOW

join: new@juude



get alerts for new articles






CLOSE WINDOW
css: casscading style sheets

CSS Basics w3c


intro | media-types | reset/setup
RULES:  css | cascading | @rules
SELECTORS: selectors | properties/values

CSS Rules



Each style rule is made up of two main parts, the selector and the declaration.

The Selector


In the example below the selector is the h1 tag.

h1{
}

Curly Brackets


The curly brackets are used to open and close each rule

h1{
}