/tailwind-vercel-test

Template of a static HTML page styled with Tailwind CSS deployed on Vercel.

Primary LanguageCSS

tailwind-vercel-test

This repository is a learning reference for the deployment of Static HTML pages using Tailwind CSS as the styling framework.

Note: Linking of stylesheets should be direct and not branched

<link rel="stylesheet" href="css/style.css">

I hope this helped.