CSS Tutorials

adplus-dvertising
References In CSS
Previous Home Next

This is a complete reference guide for web developers where haved we listed all the CSS properties defined in the World Wide Web Consortium's Recommended Specification for Cascading Style Sheets.

The CSS Reference is an archive containing a list of entries categorized by type: CSS property, CSS function, CSS data type, CSS at-rule and CSS pseudo-classes/selectors/elements.

CSS References

  1. Syntax
  2. Properties:

    • Type selectors
    • class selectors
    • ID selectors
  3. Background
  4. Properties:

    • Background color
    • Background image
    • Background position
    • Background repeate
    • Background attachment
  5. Font
  6. Properties:

    • font color
    • font family
    • font size
    • font style
    • font weight
  7. Box Model
  8. Properties:

    • padding
    • margin
    • border
    • content
  9. Border
  10. Properties:

    • border-width
    • border-height
    • border-style
    • border-color
  11. Outline
  12. Properties:

    • outline-width
    • outline-style
    • outline-color
  13. Dimension
  14. Properties:

    • height
    • width
    • line-height
    • min-height
    • max-height
    • min-width
    • max-width
  15. Scrollbar
  16. Properties:

    • visible
    • hidden
    • scroll
    • auto
  17. Cursor
  18. Properties:

    • auto
    • crosshair
    • default
    • pointer
    • move
    • e-resize
    • ne-resize
    • nw-resize
    • n-resize
    • se-resize
    • sw-resize
    • s-resize
    • w-resize
    • text
    • wait
  19. Unit
  20. Properties:

    • em
    • percentage
    • centimeters
    • ex
    • inches
    • mm
    • pica
    • points
    • pixels
  21. Media Types
  22. Properties:

    • aural
    • braille
    • embossed
    • handheld
    • print
    • projection
    • screen
    • tty
    • tv
  23. lists
  24. Properties:

    • ordered
    • unordered
    • description
Previous Home Next