Need help with some layout formatting... CSS.
Hello!
I have a large ellipse I am using for some layout design. It is larger than the page size and overflows off the top of the page no problem but then the bottom of the page extends to scroll down to the bottom of that image... Here is a screenshot from Figma of what I want it to do:
11 Replies
Here is what it looks like in Chrome. The bottom is not cut off as I want:
There is my code... I tried using
overflow: hidden;
in my .content-header
but it also cuts off the left side of my cyberpunk image since it also overflows...
Any pointers in general with my code for clean up or organization or anything like that is always gratefully and happily received as well!
Thanks so much!Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
@kjohn @.pretor https://codepen.io/TheHumanistX/pen/eYLPgNG
Let me know if you need anything else. Viewing as Full Page helps the layout.
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
What about using a radial gradient...? Or what other route would you suggest to achieve that look?
Radial gradient, no image
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View