creaturecomfortsofbalto.com
I'm trying to get the photos in my gallery to look like the ones in 2012, with a perhaps 15 px margin of white then a 2 px border of gray. This is what I've tried, from discerning to the best of my ability what's already in the CSS using Firebug:
#gallery-1 img {
margin: 15px;
border: 2px solid #CCCCC;
}
It's not working. I've tried numerous other things from searching previous posts and the CSS tutorial at W3Schools. But I'm ready for some help now! Thank you kindly.