Posts

Showing posts with the label image code in css

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">