1.

How we can add border to a image?

Answer»

Users have to apply the BORDER-image property to SPECIFY the image to be USED as the border around an element.

Example

IMG {
   border:1px solid #021a40;
}



Discussion

No Comment Found