How to add border to the image
- Previous Page Thumbnail
- Next Page Team Introduction
Learn how to add border to the image.
Border around the image


How to add border to the image
Use border
Property to add border to the <img> element:
img { border: 5px solid #555; }
Related Pages
Tutorial:CSS Image
- Previous Page Thumbnail
- Next Page Team Introduction