5 Replies
First try to do the layout of the hero and then put that in a codepen. It'll show you made progress + put effort into it, and it'll help others help you 🙂
But off the top of my head I don't know -- usually you can look at devtools (f12 or right click > inspect element) and see how they set things up
Seems like they set this up with a canvas, but I'm not sure what they did exactly as I've never worked with the canvas API. Might be in the Network tab under a javascript file
the canvas isn't for the basic shape, that's a really complicated overlayed radial gradient:
and a skew!
right?!
I'd personally probably use a clip-path
If I were you I wouldn't focus on trying to understand all that but try to make the general shape of it and maybe some "close enough" gradient for it
You're just trying to practice so don't get hung up on the super specifics of it (unless you want to)
yeah, 100%. I doubt that gradient is handwritten anyway