Frontend Mentor Challenge
Hi, does anyone know how I can get those 2 background images on the body like that?
This is what I got so far: https://jsfiddle.net/on6ed8qm/7/
9 Replies
pseudo elements?
I'm not sure how that works
Those are 2 background radial gadients. I would put it on the body or container. pseudo is possible too if you want to apply some masking
I tried that, this is what I got: https://jsfiddle.net/h64p9kbq/
yea, images would work too
you can set background-position and background-size for each one
Alright, I'll try it out and see if I can replicate
I tried that and it only kinda works on huge displays
On smaller displays, it breaks