Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

CSS - Color and Background

Back


Color

Attribute Description
color the color of element
opacity transparency of an element

Background

Attribute Description
background the background of an element
background-color the background color of an element
background-image an image to use as the background
background-repeat repeat an image
background-attachment whether the background image scrollable or fixed
background-position the position of the background image

TOP