Tuesday 29 January 2013

CSS Reference

Filled under: ,

It is crucial to have a CSS reference while designing web pages and as such, I have provided a bunch of CSS elements that'll be helpful to you.

Text and Fonts

font
font-family
font-size
font-weight
font-style
font-variant
line-height
letter-spacing
word-spacing
text-align
text-decoration
text-indent
text-transform
vertical-align
white-space

Colours and Backgrounds

color
background-color
background
background-image
background-repeat
background-position
background-attachment

The Box Model - dimensions, padding, margin and borders

padding, padding-top, padding-right, padding-bottom, padding-left
border, border-top, border-right, border-bottom, border-left
border-style, border-top-style, border-right-style, border-bottom-style, border-left-style
border-color, border-top-color, border-right-color, border-bottom-color, border-left-color
border-width, border-top-width, border-right-width, border-bottom-width, border-left-width
outline
outline-style
outline-color
outline-width
margin, margin-top, margin-right, margin-bottom, margin-left
width
height
min-width
max-width
min-height
max-height

Positioning and Display

position
top
right
bottom
left
clip
overflow
z-index
float
clear
display
visibility

Lists

list-style
list-style-type
list-style-image
list-style-position

Tables

table-layout
border-collapse
border-spacing
empty-cells
caption-side

Generated Content

content
counter-increment
counter-reset
quotes

Paged Media

page-break-before
page-break-after
page-break-inside
orphans
widows

Others

cursor
direction
unicode-bidi

0 comments:

BthemesandTricks is loading comments...