Repository files navigation CSS Syllabus for Beginners
Lesson 1: Introduction to CSS and Basic Selectors
What is CSS and how it works (Introduction to Cascading Style Sheets)
Adding CSS to HTML (Inline, Internal, External)
Basic Syntax and Rules (Selectors, Properties, Values)
CSS Selectors (Element, Class, ID)
Understanding the Box Model (Content, Padding, Border, Margin)
CSS Measurements : Understanding units (px, %, em, rem, vw, vh)
Create an HTML page with external CSS that applies styles to headers, paragraphs, and buttons using element, class, and ID selectors.
Experiment with different units (px, %, em, rem) for margins, paddings, and font sizes.
Explore the Box Model by adding padding, borders, and margins to elements using different measurement units.
Lesson2: Styling Text, Colors, and Layout
Text Properties (font-family, font-size, font-weight, line-height, text-align)
Color Systems (Named colors, Hex, RGB, RGBA)
Backgrounds (Color, Images, Repeat, Position)
Borders and Shadows (border-radius, box-shadow)
Display Property (Block, Inline, Inline-Block, None)
CSS Measurements Continued : Relative units (em, rem, vw, vh) vs. absolute units (px)
3: Positioning, Flexbox, and Sizing
CSS Positioning (Static, Relative, Absolute, Fixed)
Z-index and Layering
Floating and Clearing Elements
Introduction to Flexbox (flex-container, flex-direction, justify-content, align-items)
CSS Sizing : Widths and Heights using auto, %, vh, vw, and calc()
Lesson 4: Responsive Design with Media Queries
Lesson 5: Advanced CSS Techniques and Final Project
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.