CSS Reference
BASIC FRIENDSTER CSS REFERENCE SHEET
background-image url: (Sets an image as the background)
- images should end in ….
- .jpg
- .gif
- .png
background-position: (Sets the starting position of a background image)
- left
- right
- center
- center right
- center left
- top left
- top bottom
- top right
- top left
background-repeat: (Sets if/how a background image will be repeated)
- repeat
- repeat-x
- repeat-y
- no-repeat
background-attachment: (Sets whether a background image is fixed or scrolls with the rest of the page)
- fixed
- scroll
background-color: (Sets the background color of an element)
- transparent
- Please see the hex code color chart
font-family: (A prioritized list of font family names and/or generic family names for an element)
- arial
- arial narrow
- Tahoma
- Verdana
- Trebuchet
- Georgia
- Etc……..
Color: (Sets the font color of an element)
- Please see the hex code color chart
Â
text-transform: (Controls the letters in an element)
- Uppercase
- Lowercase
- Subscript
- Superscript
Â
text-decoration: (Adds decoration to text)
- Overline
- Underline
- Line-through
- Underline-overline
- blink
border-width: (A shorthand property for setting the width of the four borders in one declaration, can have from one to four values)
- 1px
- 2px
- 3px
- 4px
- And so on….
Â
border-color: (Sets the color of the borders)
- v Please see the hex code color chart
border-style: (Sets the style of the borders)
- None
- Hidden
- Dotted
- Dashed
- Solid
- Double
- Groove
- Ridge
- Inset
- outset
Basic Reference Table provided by: Ms TisayÂ
No user responded to " CSS Reference "