DEV Community

Italo Morales Fantone
Italo Morales Fantone

Posted on

Log In: Tailwind CSS Practice

Check out this Pen I made! I'm practicing. Welcome to this small login design with Tailwind CSS. It offers a clean and modern experience where I apply responsive design, flex and grid properties, and SVG icons.

The design changes on lg screens.

<div class="w-full lg:w-1/2 ...">
    <!-- -->
</div>
Enter fullscreen mode Exit fullscreen mode

Top comments (0)