Friday, 24 July 2015

BASIC CSS TAGS - CSS TUTORIAL Part -4

D


Dimension Properties

Property         Description
height            Sets the height of an element 
max-height Sets the maximum height of an element 
max-width    Sets the maximum width of an element
min-height Sets the minimum height of an element
min-width      Sets the minimum width of an element
width            Sets the width of an element




F

Flexible Box Properties  

Property           Description
box-align          Specifies how to align the child elements of a box
box-direction    Specifies in which direction the children of a box are displayed
box-flex            Specifies whether the children of a box is flexible or inflexible in size
box-flex-group  Assigns flexible elements to flex groups
box-lines          Specifies whether columns will go onto a new line whenever it runs out of                              space in the parent box
box-ordinal-group Specifies the display order of the child elements of a box
box-orient         Specifies whether the children of a box should be laid out horizontally or                                  vertically
box-pack         Specifies the horizontal position in horizontal boxes and the vertical position                           in vertical boxes


Font Properties


Property                 Description
font                   Sets all the font properties in one declaration
font-family         Specifies the font family for text
font-size           Specifies the font size of text
font-style           Specifies the font style for text
font-variant        Specifies whether or not a text should be displayed in a small-caps font
font-weight         Specifies the weight of a font
@font-face        A rule that allows websites to download and use fonts other than the "web-                             safe" fonts
font-size-adjust  Preserves the readability of text when font fallback occurs
font-stretch Selects a normal, condensed, or expanded face from a font family





No comments:

Post a Comment