mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-09-03 21:15:36 +05:00
feat: add backdrop behind intro text
This commit is contained in:
parent
73ccb7bdd3
commit
bd2388aaa5
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ export const Intro = () => {
|
|||
}, []);
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className="relative">
|
||||
<div className="absolute -bottom-24 left-0 right-0 top-0 -z-10 bg-[linear-gradient(to_right,#4f4f4f2e_1px,transparent_1px),linear-gradient(to_bottom,#4f4f4f2e_1px,transparent_1px)] bg-[size:16px_16px] [mask-image:radial-gradient(ellipse_60%_50%_at_50%_0%,#000_90%,transparent_100%)]"></div>
|
||||
<div className="flex flex-col mx-auto max-w-fit md:items-center justify-center h-fit py-16 gap-4">
|
||||
<h1 className="text-4xl md:text-8xl font-medium">Hi, I'm <span className="bg-clip-text bg-gradient-to-br from-[#FFB1CD] via-[#C8E8FE] to-white text-transparent font-bold">Radiquum</span></h1>
|
||||
<div className="flex flex-col lg:flex-row lg:gap-8 overflow-hidden">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue