Skip to content

Commit

Permalink
feat: add mesh gradient bg
Browse files Browse the repository at this point in the history
  • Loading branch information
barraIhsan committed Aug 24, 2024
1 parent 8092694 commit e9947db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ import Layout from '../layouts/Layout.astro'
</a>
</div>

<!-- Mesh Gradient Background-->
<div class="absolute w-80 h-64 rounded-full bg-indigo-500/30 blur-3xl top-72 left-24"></div>
<div class="absolute w-80 h-[480px] rounded-full bg-indigo-500/20 blur-3xl top-72 left-80"></div>
</div>
</main>
</Layout>

0 comments on commit e9947db

Please sign in to comment.