Answers for "how to apply outline border in image in html adn html"

CSS
1

border for image in css

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

Code answers related to "how to apply outline border in image in html adn html"

Browse Popular Code Answers by Language