Answers for "how to give an image border\"

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 give an image border\"

Browse Popular Code Answers by Language