Currently working on a project involving HTML and CSS, I am faced with the challenge of expanding a circle to fill the entire screen. The unique structure of the design requires the circle to be positioned in a specific location as it is an integral part of the logo.
Here is what I envision for the final result:
http://jsfiddle.net/frapporti/85qfu/
Code
However, this is the current state of the project:
https://jsfiddle.net/IaZoro/ou9vwovr/
Code
The objective is to have the red dot expand to cover the entire screen, overlayed with a CSS slideshow, with an "x" button at the top right corner to close or hide everything.
If possible, I would prefer to achieve this effect using only CSS, but I am open to incorporating Javascript/jQuery if necessary. Any assistance provided would be greatly appreciated. Thank you!
EDIT: I discovered that the issue with my JavaScript code was due to using jQuery instead of Zepto.js as utilized in the referenced demo above.
Although still encountering difficulties, I thought it was important to mention this development.