border

border
CSS border Property
The CSS border property is shorthand CSS for specifying uniform width, style and color on all sides of an element.
CSS CODE EXAMPLE
<style type="text/css">
div#myDiv {
    border: #0FF 5px solid;
}
</style>
<div id="myDiv">div content ...</div>
 
div content ...

Possible Values:

See the values for
border-width, border-style, border-X-color

0 Response to "border"

Post a Comment