feat: add background

This commit is contained in:
Shivam Mishra
2023-12-11 18:17:01 +05:30
parent 68d36e314f
commit b36a789518
2 changed files with 6 additions and 1 deletions
@@ -1,7 +1,12 @@
<template>
<section
class="min-h-screen px-8 py-20 dark:text-white bg-woot-25 dark:bg-slate-900"
class="relative h-screen px-8 py-20 dark:text-white bg-woot-25 dark:bg-slate-900"
>
<img
id="bg-grad"
src="/onboarding/bg-gradient.png"
class="absolute inset-0 w-full opacity-50 dark:mix-blend-color"
/>
<div class="relative max-w-lg mx-auto">
<div
id="steps"