Answers for "add a style to an image"

CSS
0

add image to css

background-image: url(path);
background-repeat: no-repeat;
width: 10px;
height: 20px;
Posted by: Guest on February-17-2021
0

html image styling

<img src="something" style="float: right;"/>
Posted by: Guest on September-29-2021

Browse Popular Code Answers by Language