basic styling
This commit is contained in:
@@ -2,7 +2,7 @@ import Link from "next/link";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<main className="flex min-h-screen flex-col items-center justify-center bg-gradient-to-b from-[#2e026d] to-[#15162c] text-white">
|
||||
<main className="flex min-h-screen flex-col items-center justify-center bg-black text-white">
|
||||
<div>
|
||||
Hello World
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user