Mates:
The following code fixes an unadorned portrait onto the top left corner:
Code:.page-name {
background-image: url("../images/portrait.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
}
The person whose image is presented is deceased. I want to note that fact with a black border surrounding his image. Attempting to do that, I append the following code:
The appended code puts the black border on the entire page. How can I limit the black border to just the image?Code:border-width:16px;
border-color:#190707;
border-style:solid;
