Spaces:
Running
on
L40S
Running
on
L40S
File size: 284 Bytes
d69879c |
1 2 3 4 5 6 7 8 9 |
export function Title() {
return (
<h2 className="bg-gradient-to-bl from-sky-500 to-sky-800 bg-clip-text text-5xl font-extrabold text-transparent leading-normal text-center"
style={{ textShadow: "rgb(176 229 255 / 61%) 0px 0px 2px" }}>
π¬ FacePoke
</h2>
)
}
|