CSS Tags

On this page you search for Cascading Style Sheet tags, how they can be used and the elements they control

Menu
Search for:    
 
Details found: 69
Page 1of 14
Records Per Page:
 Tag_Selector
   Print selected

Tag
Element
Definition
Values
 

background

Background

A shorthand property for setting all background properties in one declaration

background-color
background-image
background-repeat
background-attachment
ba More ...

 

background-attachment

Background

Sets whether a background image is fixed or scrolls with the rest of the page

scroll
fixed

 

background-color

Background

Sets the background color of an element

color-rgb
color-hex
color-name
transparent

 

background-image

Background

Sets an image as the background

url(URL)
none

 

background-position

Background

Sets the starting position of a background image

top left
top center
top right
center left
center center
center right
botto More ...