The CSS background properties are used to define the background effects for elements.CSS background properties:background-colorbackground-imagebackground-repeatbackground-attachmentbackground-positionBackground ColorThe background-color property specifies the background color of an element.The background color of a page is set like this:Examplebody { ...
17 October, 2018
CSS Backgrounds
Programing Coderfunda
October 17, 2018
css, css3
No comments
The CSS background properties are used to define the background effects for elements.
CSS background properties:
background-color
background-image
background-repeat
background-attachment
background-position
Background Color
The background-color property specifies the background color of an element.
The background color of a page...
CSS Legal Color Values
Programing Coderfunda
October 17, 2018
css
No comments
CSS ColorsColors in CSS can be specified by the following methods:Hexadecimal colorsRGB colorsRGBA colorsHSL colorsHSLA colorsPredefined/Cross-browser color namesHexadecimal ColorsA hexadecimal color is specified with: #RRGGBB, where the RR (red), GG (green) and BB (blue) hexadecimal integers specify the components of the color. All values must be...
CSS Legal Color Values
Programing Coderfunda
October 17, 2018
css
No comments
CSS Colors
Colors in CSS can be specified by the following methods:
Hexadecimal colors
RGB colors
RGBA colors
HSL colors
HSLA colors
Predefined/Cross-browser color names
Hexadecimal Colors
A hexadecimal color is specified with: #RRGGBB, where the RR (red), GG (green) and BB (blue) hexadecimal integers specify the components of the color. All...