i have this css that adds white border to images . The problem is that the background of my website is white and it makes the code useless. Can i add something to the code that would add "drop shadow" the border?
.img {
border: 1px solid #ffffff;
}
.photo {
border-width: 8px 8px 20px 8px;
border-style: solid;
border-color: #000000;
}



Reply With Quote



Bookmarks