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

BASIC INFORMATION

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

CSS3 Syllabus (Beginner Level)

1. Introduction to CSS

  • What is CSS?

  • Relationship between HTML and CSS

  • Types of CSS: Inline, Internal, External

  • CSS syntax and structure


2. CSS Selectors

  • Element selector (h1, p, etc.)

  • Class selector (.classname)

  • ID selector (#idname)

  • Grouping selector (h1, p, div)

  • Universal selector (*)


3. Colors and Backgrounds

  • Color names, Hex codes, RGB, RGBA

  • background-color

  • background-image

  • background-repeat, background-size, background-position


4. Text Formatting

  • color, font-size, font-family

  • text-align, text-decoration

  • line-height, letter-spacing, word-spacing


5. Box Model

  • Understanding Margin, Border, Padding, and Content

  • width and height

  • border-style, border-radius

  • box-sizing


6. Layout Basics

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

  • position: static, relative, absolute, fixed

  • float and clear

  • z-index (stack order)


7. List and Table Styling

  • Lists: list-style-type, list-style-position

  • Tables: border, padding, text-align, border-collapse


8. Pseudo-classes (Basic Introduction)

  • :hover, :active, :focus

  • :first-child, :last-child (basic usage)


9. CSS Units

  • px, %, em, rem

  • When to use which unit (basic idea of responsive design)


10. Mini Projects

  • Simple web page layout with HTML & CSS

  • Resume or Portfolio page design

  • Basic navigation bar using CSS