This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { FC, InputHTMLAttributes } from 'react' | |
const Subscribe = () => { | |
return ( | |
<main className="w-screen h-screen flex justify-center items-center"> | |
<div | |
className=" w-[410px] h-[350px] duration-700 rounded-lg hover:bg-fuchsia-300 hover:shadow-subscribeCard group focus-within:bg-red-300 focus-within:shadow-subscribeCard p-4 space-y-8" | |
> | |
<div className='flex justify-between'> |