css code for image

 css code for image



img {

  border: 1px solid #ddd;

  border-radius: 4px;

  padding: 5px;

  width: 150px;

}


<img src="thinkforu.jpg" alt="technology">

Comments

Last 7 Days

How to use autoplay and mute attribute with < video > tag in HTML for youtube ? with example