Double Border in CSS
Meaning of double - double line:
<div id="elem"></div>
#elem {
border-width: 5px;
border-style: double;
border-color: black;
width: 300px;
height: 100px;
}
:
Repeat the example below:
Meaning of double - double line:
<div id="elem"></div>
#elem {
border-width: 5px;
border-style: double;
border-color: black;
width: 300px;
height: 100px;
}
:
Repeat the example below: