followtheboat
Programmer
Good afternoon,
I'm trying to get a thin 1px white border around an image which sits within a thicker black border of 15px. Any clues on how to add in the white border to this code, which currently only draws the thick black border:
An example of this code in action, without the proposed white order, can be found here:
[] []
tales [not just] from the high seas
I'm trying to get a thin 1px white border around an image which sits within a thicker black border of 15px. Any clues on how to add in the white border to this code, which currently only draws the thick black border:
Code:
.wp-caption.aligncenter {
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #FFFFFF;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
margin-top: 10px;
border: 20px solid #000000;
}
An example of this code in action, without the proposed white order, can be found here:
[] []
tales [not just] from the high seas