Image Border

Add borders to images using the border property.

Preview

Code

<style>
img{
width:140px;
border:4px solid #2563eb;
}
</style>

<img src="https://via.placeholder.com/140">

More CSS Image Styling Examples (8)