Welcome to OMEGA COMPUTER EDUCATION AND SPOKEN ENGLISH
WELCOME TO OMEGA COMPUTER EDUCATION AND SPOKEN ENGLISH
CERTIFICATE IN CSS ( S-CSS )

BASIC INFORMATION

  • Course Fees : 4000.00 4500.00/-
  • Course Duration : 1 TO 1.5 MONTHS
  • Minimum Amount To Pay : Rs.500.00

CSS Syllabus (Beginner to Intermediate Level)

1. Introduction to CSS

  • What is CSS and why is it used?

  • How CSS works with HTML

  • Types of CSS: Inline, Internal, External

  • CSS syntax and structure

  • Linking CSS to HTML files


2. Basic CSS Styling

  • Styling text: color, font-size, font-family

  • Background properties: background-color, background-image

  • Borders: border-style, border-width, border-color

  • Margin and Padding basics


3. CSS Box Model

  • Understanding the box model: Content → Padding → Border → Margin

  • box-sizing: content-box vs box-sizing: border-box

  • Visual examples and practice


4. Positioning and Layout Techniques

  • display types: block, inline, inline-block, none

  • position property: static, relative, absolute, fixed, sticky

  • Float and Clear

  • Flexbox (introduction level)

  • Centering elements (text and boxes)


5. CSS Selectors and Specificity

  • Basic selectors: Element, Class, ID

  • Grouping and Combining selectors

  • Advanced selectors: Attribute, Pseudo-class (:hover, :first-child)

  • Specificity rules and importance

  • Use of !important (with caution)


6. Typography in CSS

  • Font properties: font-family, font-size, font-style, font-weight

  • Line spacing: line-height

  • Text alignment: text-align

  • Letter and word spacing

  • Google Fonts integration


7. CSS Colors, Gradients, and Transitions

  • Color values: names, HEX, RGB, RGBA, HSL

  • Linear and radial gradients

  • CSS Transitions: transition-property, transition-duration, timing-function, delay

  • Hover effects using transitions