+ 1
How to return an image with src atribute and .png ending into Css bootstrap ?
👉👉Like this way👈👈 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
3 odpowiedzi
+ 2
Chris C. Thank you🙏🏻
+ 1
No you either source the image in your HTML document with the image tag, or do it via CSS with the background property.
+ 1
Riselda Rada You are welcome.