+ 2
Can we add images using css.
2 odpowiedzi
+ 3
Most of your questions can be answered by doing the courses, I recommend you do them thoroughly first, and then ask what you didn't understand
+ 1
html: <div id="image"> </div>
css:
#image {
width: 300px;
height: 300px;
background-image: url("path");
}