/learn-Tailwind

This repository contains Tailwind CSS practice sessions.

Primary LanguageHTML

Using Tailwind CSS to build a 3 by 3 grid

Tailwind CSS was used to build a 3 by 3 grid. Credits to Victor Gonzalez

What can be learned from this?

We learned how to use classes to style a HTML document

Extras that were learned

  • Learned how to add favicon. This is what we must place <link rel="shortcut icon" href="../assets/favicon.ico" type="image/x-icon" /> in the head tag.

  • How to setup Tailwind CSS on VS code