Skip to content

Commit eff2bc7

Browse files
committed
Add logo and tweak layout of README
1 parent f9ac944 commit eff2bc7

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
1-
# Tailwind CSS
1+
<p align="center">
2+
<a href="https://tailwindcss.com/" target="_blank"><img width="200" src="https://tailwindcss.com/img/tailwind.svg"></a><br>
3+
A utility-first CSS framework for rapidly building custom user interfaces.
4+
</p>
25

3-
[ ![Codeship Status](https://img.shields.io/codeship/cdd4ad20-a319-0135-c87c-02251d502cd2.svg)](https://app.codeship.com/projects/254859)
4-
[ ![Total Downloads](https://img.shields.io/npm/dt/tailwindcss.svg)](https://www.npmjs.com/package/tailwindcss)
5-
[ ![Latest Release](https://img.shields.io/npm/v/tailwindcss.svg)](https://github.com/tailwindcss/tailwindcss/releases)
6-
[ ![License](https://img.shields.io/npm/l/tailwindcss.svg)](https://github.com/tailwindcss/tailwindcss/blob/master/LICENSE)
6+
<p align="center">
7+
<a href="https://app.codeship.com/projects/254859"><img src="https://img.shields.io/codeship/cdd4ad20-a319-0135-c87c-02251d502cd2.svg" alt="Codeship Status"></a>
8+
<a href="https://www.npmjs.com/package/tailwindcss"><img src="https://img.shields.io/npm/dt/tailwindcss.svg" alt="Total Downloads"></a>
9+
<a href="https://github.com/tailwindcss/tailwindcss/releases"><img src="https://img.shields.io/npm/v/tailwindcss.svg" alt="Latest Release"></a>
10+
<a href="https://github.com/tailwindcss/tailwindcss/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/tailwindcss.svg" alt="License"></a>
11+
</p>
712

8-
A utility-first CSS framework for rapidly building custom user interfaces.
13+
------
914

1015
## Documentation
1116

12-
For full documentation, visit: https://tailwindcss.com/
17+
For full documentation, visit [tailwindcss.com](https://tailwindcss.com/).
1318

1419
## Contributing
1520

16-
If you are interested in contributing to Tailwind, please take a moment to read our [contributing docs](https://github.com/tailwindcss/tailwindcss/blob/master/.github/CONTRIBUTING.md) **before submitting a pull request**.
21+
If you're interested in contributing to Tailwind CSS, be sure to read our [contributing docs](https://github.com/tailwindcss/tailwindcss/blob/master/.github/CONTRIBUTING.md) **before submitting a pull request**.

docs/source/img/tailwind.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)