Skip to content

Commit c5782bc

Browse files
committed
feat: add important styling to home page
1 parent f75c13a commit c5782bc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

public/rickroll.png

185 KB
Loading

src/routes/(home)/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ function App() {
3838

3939
return (
4040
<section className="flex min-h-screen w-full flex-col justify-start gap-8 bg-white py-8 *:z-1 md:px-8 lg:px-16 xl:px-32">
41+
<h1 className="font-bold text-2xl">
42+
NEVER GONNA GIVE YOU UP, NEVER GONNA LET YOU DOWN, NEVER GONNA
43+
RUN AROUND AND DESERT YOU
44+
</h1>
45+
<img alt="rickroll" src="/rickroll.png" />
46+
<h2>YOU JUST LOST THE GAME</h2>
4147
<div className="flex w-fit flex-col gap-2 px-4">
4248
<p className="text-black dark:text-slate-100">
4349
I love{" "}

0 commit comments

Comments
 (0)