Shadows for the Registration Form
Learn to add shadows to the form in this lesson.
We'll cover the following
We are almost done with our login form project. The only thing left to do is add some shadows.
Shadow
Bootstrap has a .shadow
class that sets a box-shadow
property on the element. Shadows make the elements pop out and make the website look more attractive. Let's add the Bootstrap .shadow
class on line 28, along with some CSS to increase the shadow property. Let's see it in action.
Get hands-on with 1400+ tech skills courses.