Buttons on the Registration Form
Learn how to fix the width and add new buttons to the form.
We'll cover the following
In this lesson, we'll implement new buttons for login with Google and GitHub and update the existing login button.
Fix width
First, let's spread the login button across the entire form width. We use the .w-100
class to set the width of the button to 100% of its parent class on line 38.
Get hands-on with 1400+ tech skills courses.