oliverdavies.uk/source/_daily_emails/2023-03-21.md

20 lines
979 B
Markdown
Raw Normal View History

2024-01-03 20:00:00 +00:00
---
title: >
2024-02-07 20:01:19 +00:00
There isn't a standard "Tailwind-looking" site
2024-01-03 20:00:00 +00:00
pubDate: 2023-03-21
permalink: >-
2024-02-07 20:01:19 +00:00
archive/2023/03/21/there-isnt-a-tailwind-looking-site
2024-01-03 20:00:00 +00:00
tags:
2024-02-07 20:01:19 +00:00
- tailwind-css
2024-01-03 20:00:00 +00:00
---
When looking at some websites, you can tell that it was built using a certain CSS framework.
Whether it's using a standard component like a navbar or card, or it's using the default colour palette, you can confidently know that website uses ___.
As Tailwind includes no components (other than the `container`) and only has low-level utility classes for things like spacing and colours (amongst many other things), you can build radically different-looking websites with the same classes.
There are some [examples of UIs that I've rebuilt](https://www.oliverdavies.uk/blog/uis-ive-rebuilt-tailwind-css) and some websites that I show in my [Taking Flight with Tailwind CSS talk](https://www.oliverdavies.uk/talks/taking-flight-with-tailwind-css).
If you take a look, you'll see what I mean.