Answers for "how to outline an image in css"

CSS
1

giving outline to a photo in css

img {
  border: 5px solid #555;
}
Posted by: Guest on May-21-2021

Code answers related to "how to outline an image in css"

Browse Popular Code Answers by Language