CSS Road Map

  • CSS Introduction
  • CSS Selectors
  • CSS Text
  • CSS Box Model
  • CSS Float Layout
  • CSS Border
  • CSS Position
  • CSS Media Screen

CSS 3

  • CSS 3 Flex
  • CSS 3 Grid
  • CSS 3 Multicoumn
  • CSS 3 2D & 3D
  • CSS 3 Animation
  • CSS 3

🏆 CSS (Cascading Style Sheets)


CSS stands for Cascading Style Sheets, and it is a language used to describe the presentation of HTML (Hypertext Markup Language) and XML (Extensible Markup Language) documents. CSS is used to control the layout, fonts, colors, and other visual aspects of web pages and user interfaces.

Why Do We Use CSS?


  • CSS makes websites beautiful and readable.
  • Separate Content from Design
  • Make Responsive Websites
  • To Improve User Experience (UX)
  • Save Time with Reusability

Types of CSS Structure (Where CSS Is Written)


  1. Inline CSS (inside HTML tag)
  2. Internal CSS (inside < style > tag)
  3. External CSS (Best Practice)