Sign up
Sumbit
First Name
Must not be empty
Last Name
Must not be empty
Email Address
│ --background: #fafafa; export default function Home() { │ --foreground: #fff; return ( │ <div className={styles.page}> │ --text-primary: #000; <main className={styles.main}> │ --text-secondary: #666; <h1>Sign up</h1> │ <form> │ --button-primary-hover: #383838; <button type='submit'>Sumbit</button> │ --button-secondary-hover: #f2f2f2; <br /> │ --button-secondary-border: #ebebeb; <br /> │ <br /> │ min-height: 100vh; <br /> │ font-family: var(--font-geist-sans); <br /> │ background-color: var(--background); <label> │ min-width: 110%; First Name │ height: 5000px; <input type='text' /> │} <sub>Must not be empty</sub> │ </label> │.main h1 { │ text-align: center; <label> │ margin-top: 32px; Last Name │ color: yellow; <input type='text' /> │} <sub>Must not be empty</sub> │ </l ~
Start Over