I need some images with borders and others without.
-
My css says this:
/* Post Content Images*/ .post-content img { padding: 5px; background: #1A272E; }
How do I turn off borders when I need to?
Like this is the call for centered images (but it comes up with borders). How can I do a centered image without borders?
img.centered{ display: block; margin-left: auto; margin-right: auto; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘I need some images with borders and others without.’ is closed to new replies.