Help with custom CSS for image outline
Hi,
I am using the following css to add a nice simple border/outline to my images. It is working great, but I don't necessarily want it on ALL images. Is there a way to just add a style to "part" of a page. For example...I would want the border/outline around pictures but not graphics like logos, etc.
Thanks for help, Amy
{
border:6px solid white;
outline:grey solid thin;
}
0
votes
OEDK
shared this idea