What are the different CSS properties used to change dimensions and what values can they accept?
What are the different CSS properties
Collapse
X
-
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
ListsLast edited by sonia sharma; 10-21-2015, 12:26 PM. -
-
-
Comment