File tree Expand file tree Collapse file tree 1 file changed +33
-8
lines changed
Expand file tree Collapse file tree 1 file changed +33
-8
lines changed Original file line number Diff line number Diff line change 1- <div class =" prose prose-invert prose-zinc" >
2- <h1 >Number One</h1 >
3- <h2 >Number Two</h2 >
4- <h3 >Number Three</h3 >
5- <h4 >Number Four</h4 >
6- <h5 >Number Five</h5 >
7- <h6 >Number Six</h6 >
8- </div >
1+ <main class =" flex flex-col max-w-7xl mx-auto p-4" >
2+ <div class =" pt-40 pb-20" >
3+ <div class =" flex" >
4+ <span class =" self-center px-4" >xxx</span >
5+ <h1 class =" text-6xl font-bold" >This is Izakaya landing page</h1 >
6+ </div >
7+ <div class =" text-2xl text-zinc-500" >with Vite + SvelteKit + TanStack Query</div >
8+ </div >
9+
10+ <div class =" py-20 flex justify-center" >
11+ <div class =" flex flex-col text-center" >
12+ <div class =" text-xl" >Social proof is excellent for assurance.</div >
13+ <div class =" text-sm text-zinc-400" >— Bob Bobbins in <cite >the Big Company</cite ></div >
14+ </div >
15+ </div >
16+
17+ <section class =" py-20 cyan" >
18+ <header >Core Message</header >
19+ <p >
20+ This is why you should use this service or product, and how it will change your life
21+ forever.
22+ </p >
23+ </section >
24+ </main >
25+
26+ <style >
27+ section {
28+ @apply text- 5xl leading-tight font-light ;
29+ }
30+ section .cyan header {
31+ @apply text-cyan- 400 mb- 5;
32+ }
33+ </style >
You can’t perform that action at this time.
0 commit comments