This is one of the projects for The Ultimate 2022 Fullstack Web Development Bootcamp - and the project is called “CSS 201”.
FINISHED PROJECT
(not responsive yet, this is going to be covered in another project)
Demo site that I was replicating
UPDATE – THE ISSUE IS FIXED
If you watched the video you know that I struggled with the overflow created by the Orange Circle.
For the two circles, I settled on using empty divs, directly below the images,
I styled them and gave them position: absolute
.
What I did to fix the issue was so simple 😊
I added – overflow-x: hidden;
to the body tag
The solution came from an automated suggestion in VS Code 😉
Yeah, I should really take longer breaks when I’m tired…