Become a webdsign master


pma-design.com keyword stats



Most current MSN search phrases:

design  

CSS Margin Properties

CSS  Margin  PropertiesCSS  Border  Properties
SmartCSS (TM) software is mainly based onMargin (margin-top margin-right margin-bottom
the CSS box model. The CSS box modelmargin-left)margin-top (auto *length
represents every element on a web page which)margin-bottom  (auto  *length  )
contains  four  components:
*Length - Relativeem The computed
-  The  element.font-size.ex The height of a lowercase "x".px
Pixels,  relative  to  the  viewing  device.
-  The  padding  around  the  element.
%  Percentage.
-  The  border  around  the  padding.
Or
-  The  margin  around  the  border.
*Length - Absolutein Inches (1 inch = 2.54
The CSS margin properties define the spacecentimeters).cm Centimeters.mm Millimeters.pt
around the element which includes the paddingPoints (1 point = 1/72 inches).pc Picas (1
and  the  border  values.pica = 12 points).



1 A B C D E 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128