border
CSS border Property
The CSS border property is shorthand CSS for specifying uniform width, style and color on all sides of an element.
border-width, border-style, border-X-color
CSS CODE EXAMPLE
<style type="text/css">
div#myDiv {
border: #0FF 5px solid;
}
</style>
<div id="myDiv">div content ...</div>
div#myDiv {
border: #0FF 5px solid;
}
</style>
<div id="myDiv">div content ...</div>
div content ...
Possible Values:
See the values forborder-width, border-style, border-X-color
0 Response to "border"
Post a Comment