Elegant Image Border


Code css

.elegant {
border: 6px solid white;
-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
-moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}

Image Code

<img class="elegant" src="Image URL" alt="" border="0" />
Note: Add Code Red to the image syntax.

0 komentar:

Posting Komentar