How do I properly position background images when there is already a background linear gradient (e.g: the header of this project.)?
Any feedback is welcome.
How do I properly position background images when there is already a background linear gradient (e.g: the header of this project.)?
Any feedback is welcome.
You can use 'background-position' and pass the desired positions for the two backgrounds separated by commas in order that you put them. You can read more about it here: https://developer.mozilla.org/en-US/docs/Web/CSS/background-position
I was unable to get the first image to cut out of the the viewport on the right. when I try to, it keeps on expanding the width of the whole html, which is wrong. Any suggestion about how to go about it will be welcome. Thanks
Try positioning the image to the right with 'transform: translateX(30%)' and setting the main element to 'overflow:hidden'
It is very useful task to understand the basics of interacting with APIs! Helped me to understand javascript promises, using fetch API, async and await functions. Hope I've done it correctly
Nice! Also, I would set the cursor to pointer on the dice button