I am just starting a project using Nextjs. I created it with the common command "npx create-next-app --ts". Once I remove the template UI and add my simple navbar at the top, I am left with a consecutive row UI. I don't have anything else on my code
Is this something to worry about?
Delete this block of Code from your globals.css
body {
color: rgb(var(--foreground-rgb));
background: linear-gradient(
to bottom,
transparent,
rgb(var(--background-end-rgb))
)
rgb(var(--background-start-rgb));
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With