| CSS Border Properties | | | | inset outset)border-right-width (thin medium thick or |
| SmartCSS (TM) software is mainly based on the CSS | | | | *length)border-bottom (*width *style |
| box model. The CSS box model represents every | | | | *color)border-bottom-color |
| element on a web page which contains four | | | | (*color)border-bottom-style (none hidden dotted |
| components: | | | | dashed solid double groove ridge inset |
| - The element. | | | | outset)border-bottom-width (thin medium thick or |
| - The padding around the element. | | | | *length)border-left (*width *style |
| - The border around the padding. | | | | *color)border-left-color (*color)border-left-style (none |
| - The margin around the border. | | | | hidden dotted dashed solid double groove ridge inset |
| The CSS border properties define the border around | | | | outset)border-left-width (thin medium thick or |
| the element which include padding values. | | | | *length)width = (thin medium thick length)style = |
| CSS Border Propertiesborder (*width *style | | | | (none hidden dotted dashed solid double groove ridge |
| *color)border-color (*color)border-style (none hidden | | | | inset outset)color = hex number (#FF0000) |
| dotted dashed solid double groove ridge inset | | | | Length - Relativeem The computed font-size.ex The |
| outset)border-top (*width *style | | | | height of a lowercase "x".px Pixels, relative to the |
| *color)border-top-color (*color)border-top-style (none | | | | viewing device. |
| hidden dotted dashed solid double groove ridge inset | | | | % Percentage. |
| outset)border-top-width (thin medium thick or | | | | Or |
| *length)border-right (*width *style | | | | Length - Absolutein Inches (1 inch = 2.54 |
| *color)border-right-color (*color)border-right-style | | | | centimeters).cm Centimeters.mm Millimeters.pt Points |
| (none hidden dotted dashed solid double groove ridge | | | | (1 point = 1/72 inches).pc Picas (1 pica = 12 points). |