CSS
CSS Introduction
CSS Selectors
CSS Color
CSS Background
CSS Border
CSS Margin
CSS Padding
CSS Box Model
CSS Text
CSS Font
CSS Link
CSS List
CSS Overflow
CSS Display
CSS Combinators
CSS Pseudo-classes
CSS Navigation Bar
CSS Hover
CSS Z-index
CSS Media Queries
CSS Shadow
CSS 2D Transform
CSS Animations
CSS Button
CSS FlexBox
CSS Grid
CSS Pagination
CSS Colors
The color property of CSS helps to set the color of the HTML element(s). This helps to set the
foreground color of text, text decorations, and borders.
RGB
RGB stands for “Red, Green, Blue,” and it defines the colour value by taking three (red, green,
blue) arguments.
RGBA
Similar to RGB, in RGBA, a stands for alpha value, which defines the opacity of the color. The
alpha value lies between 0 and 1.