Final Course Project - Landing Page
Let's turn it up to 11 in this final course project. We will be building a landing page for the Tailwind CSS course using nothing but the default Tailwind CSS, a couple of SVG files and one image.
Challenge 6 - Employee Card
Here's a full example of an employee card nicely styled using all default Tailwind classes.
Challenge 5 - Input Component
Input fields are easily customizable with some utility classes.
Other Utilities
There are some other useful utilities that you should know about.
Combination Modifier
Sometimes, the design may require 2 modifiers at the same time. For example, you may need to change the hover state for a background color but only in md: size. Let's explore how to achieve this.