In order to view this lesson, you must purchase this course.
With most applications we create, we'll want to stylize the look and feel to match the designs we're given. In today's lesson, I'd like to go ahead and walk through how to use HTML/CSS to create a nice looking centered form in the browser. You'll have to do some research on flex boxes and layouts with CSS yourself, but hopefully this lesson can guide you through my process of laying out html views.
In the very end of this lesson, I'll go through how to send requests from our form through custom Javascript code using Axios.