Off-and-on I've been doing web development for decades. Yet I've always struggled with CSS, and especially CSS resets. I always dive into templates of pre-existing designs and lazy my way to a beautiful page.
Not this time. For 100 Days of Code I'm going dive deep into learning Tailwind CSS. I'm going to be building a page and design from scratch. I'll be doing it at my tailwindcsspractice.glitch.me project on Glitch. I've already added:
- Added a
div
withclass="container mx-auto px-4"
to get the text away from the browser edge. - Added
text-4xl
andtext-3xl
classes to theh1
andh2
headers respectively to distinguish them fromp
tags. - Added
color-blue-600
toa
tags.
And here's the code.
Top comments (0)