Made Gilang Aditya

Intro Component with Signup Form

Overview

Intro Component with Signup Form is a challenge from frontendmentor.io to create a signup form in the right side and the description on the left side. The form also contain validations, so people cannot submit it when the information still missing.

 

Intro Component with Signup Form
Intro Component with Signup Form

How I Create It

I use HTML and CSS from scratch to create it. I use flexbox which is CSS display to make the column perfectly balance left and side, also make the description vertically center. For the form validation I use javascript so when there missing information on the form, the error message will appears.

Intro Component with Signup Form