back

Back

Moon

sky

March 7, 2024

Banner

How to implement:

With tailwind installed in your project (tutorial), implement these tailwind classes in your parent div where it will reflect the background.


export default function Home() {
  return (
    <section
      className="flex flex-col items-center h-screen"
      style={{
        backgroundImage: `
        radial-gradient(circle at top, #282828 3%, #848484 50%, #000 70%)
        `
      }}
    >

      {your component or page}
  
    </section>
  );
}

View background:

Captura de tela de 2024-03-07 14-22-22

Mobile and Desktop:

Macbook-Air-localhost (2) (1)

Note

If this background has served you in any way, consider following me on github or supporting me to continue working at BacksEasy.

Any questions, criticisms or improvements, please suggest them through my Linkdin..