Easy there, pal!
To access the Introduction to Backgrounds challenges in the Advanced styling, you need to sign up and subscribe first.
For our final challenge, create an image of the “CAT Academy” poster. The image addresses and a small hint can be found in the comments in the CSS code.
You can overlay backgrounds using nested elements, or you can use multiple background images.
Multiple background images are really easy to assign. Take the familiar background property and list the desired images separated by commas. For example:
background:
url("img1.png") no-repeat 0 0,
url("img2.png") repeat-x 50% 50%,
url("img3.png");In this example, the element will have 3 background images. So, the image img3.png will end up in the bottom layer, andimg1.png will appear in the top layer.
You’ve gone to a different page
Click inside the mini-browser to shift the focus onto this window.
To access the Introduction to Backgrounds challenges in the Advanced styling, you need to sign up and subscribe first.
Have you forgotten your password or lost access to your profile? Enter your email connected to your profile and we will send you a link to restore access.
Forgot to connect your email to the profile? Email us and we’ll help.