Hi,
How can I make the background image shrink?
This is exactly what I am aiming for:
This is what I have so far:
CSS Code:
.background-image {
width: 100%;
}
Thanks in advance.
Hi,
How can I make the background image shrink?
This is exactly what I am aiming for:
This is what I have so far:
CSS Code:
.background-image {
width: 100%;
}
Thanks in advance.
Attached is an example of one way to set something like this up. You basically need to look into the background property(s). Have a read through this MDN page if you haven’t already. MDN Background Properties