Repeated SVGs and patterns on website background help

Hello Friends. I'm currently working on a coding challenge and I'm faced with a problem I can't seem to wrap my head around yet. Here's the deal. I want to implement an almost pixel-perfect replica of the UI design below. The doozy for me is how I'm going to implement all the little stars scattered around the whole website. And the little gradients that looks like a glow of light is also scattered around the whole page. I've been thinking about this for a while now and I very much need help at this point.
No description
1 Reply
Deezy
Deezy9mo ago
It's a Nextjs application I am building so I was thinking I could make one star component to be use throughout and just use props to customize the look and size. The problem is, as of now, I don't know how I'm going to spread these things consitently around the whole website Any Ideas please?🙏