|
1 |
| -# Tailwind CSS Typography |
2 |
| - |
3 |
| -[View on GitHub](https://github.com/tailwindcss/typography) |
4 |
| - |
5 | 1 | <p className="lead">
|
6 | 2 | Until now, trying to style an article, document, or blog post with Tailwind has been a tedious
|
7 | 3 | task that required a keen eye for typography and a lot of complex custom CSS.
|
@@ -171,13 +167,13 @@ I almost forgot to mention links, like [this link to the Tailwind CSS website](h
|
171 | 167 |
|
172 | 168 | We even included table styles, check it out:
|
173 | 169 |
|
174 |
| -| Wrestler | Origin | Finisher | Championships | |
175 |
| -| ----------------------- | ------------ | ------------------ | ------------: | |
176 |
| -| Bret "The Hitman" Hart | Calgary, AB | Sharpshooter | 32 | |
177 |
| -| Stone Cold Steve Austin | Austin, TX | Stone Cold Stunner | 19 | |
178 |
| -| Randy Savage | Sarasota, FL | Elbow Drop | 29 | |
179 |
| -| Vader | Boulder, CO | Vader Bomb | 6 | |
180 |
| -| Razor Ramon | Chuluota, FL | Razor's Edge | 18 | |
| 170 | +| Wrestler | Origin | Finisher | |
| 171 | +| ----------------------- | ------------ | ------------------ | |
| 172 | +| Bret "The Hitman" Hart | Calgary, AB | Sharpshooter | |
| 173 | +| Stone Cold Steve Austin | Austin, TX | Stone Cold Stunner | |
| 174 | +| Randy Savage | Sarasota, FL | Elbow Drop | |
| 175 | +| Vader | Boulder, CO | Vader Bomb | |
| 176 | +| Razor Ramon | Chuluota, FL | Razor's Edge | |
181 | 177 |
|
182 | 178 | We also need to make sure inline code looks good, like if I wanted to talk about `<span>` elements or tell you the good news about `@tailwindcss/typography`.
|
183 | 179 |
|
|
0 commit comments