Important Notice:

Course Content
Float Property
0/1
Z-Index
0/1
CSS object-fit Property
0/1
CSS Visibility Property
0/1
CSS (Chapter 4) M2-R5.1
About Lesson
CSS Color:-

          CSS में Color Declare करने के लिए Color Property का इस्तेमाल किया जाता हैं। CSS द्वारा आप Foreground और Background दोनों के लिए Color Declare कर सकते हैं। निम्न दो property का यूज कलर के लिए करते हैं

Color: इसका यूज टेक्स्ट को कलर करने के लिए किया जाता है

Background-color:- इसका यूज बैकग्राउंड को कलर करने के लिए किया जाता है

CSS Color Add करने के निम्न तरीके प्रचलित है:

  1. Color names.
  2. Color Hexadecimal values.
  3. Color rgb values.
  4. Color rgba values.
  5. Color hsl values.
  6. Color hsla values.

 

CSS Color:-

          Color property is used to declare color in CSS. Through CSS you can declare color for both foreground and background. The following two properties are used for color.

Color: It is used to color the text

Background-color:- It is used to color the background

The following methods of adding CSS color are popular:

  1. Color names.
  2. Color Hexadecimal values.
  3. Color rgb values.
  4. Color rgba values.
  5. Color hsl values.
  6. Color hsla values.
error: Content is protected !!