Fateh Chandra CSS Course Outline
Fateh Chandra CSS Course Outline
Introduction to CSS:
o What is CSS?
o Inline, internal, and external CSS.
o Selectors and declaration blocks.
2. Basic Styling:
o Changing text colour, font, size, and style.
o Setting background colour and images.
o Styling borders, margins, and padding.
3. Box Model:
o Understanding the box model: content, padding, border, margin.
o Box-sizing property.
4. Layout:
o Display property: block, inline, inline-block.
o Positioning: static, relative, absolute, fixed.
o Floats and clear.
5. Selectors and Combinators:
o Type selectors, class selectors, ID selectors.
o Descendant, child, adjacent sibling, and general sibling
combinator