Skip to content

Commit 5d2d510

Browse files
committed
Update README
1 parent 588e0ce commit 5d2d510

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
1-
<div style="text-align: center;">
2-
<img src="./src/img/css-base-look.png" alt="CSS Base site look" />
3-
</div>
1+
<p align="center">
2+
<h1>
3+
<img src="./src/img/favicon-32x32.png" alt="CSS Base logo" />
4+
CSS Base theme generator
5+
</h1>
6+
<img src="./src/img/css-base-look.png" alt="CSS Base site look" style="box-shadow: 0px 8px 15px 2px #aaa; width: 70%" />
7+
</p>
48

5-
# ![CSS Base logo](./src/img/favicon-32x32.png) CSS Base theme generator
9+
## About
610

711
An online tool to quickly prototype and generate a base CSS theme for your project.
812

13+
## How to use
14+
915
- Change necessary options;
16+
- Click on the text to edit;
1017
- Review generated code;
11-
- Copy code to clipboard;
18+
- Copy the code to clipboard;
1219
- Paste it in to your project.
1320

21+
## Tech stack
22+
1423
This project is made entirely with HTML, CSS and Vanilla JavaScript.
1524

1625
It is bundled with [parceljs.org](https://parceljs.org/), deployed and hosted at GitHub Pages: [https://nikitahl.github.io/css-base/](https://nikitahl.github.io/css-base/).
@@ -21,7 +30,7 @@ Please read and follow the [Code of Conduct](./CODE_OF_CONDUCT.md).
2130

2231
## Contributing
2332

24-
Read the [contributing guide](./CONTRIBUTING.md) to learn about development process. How to build your changes to CSS Base.
33+
This project is open for contributions. Read the [contributing guide](./CONTRIBUTING.md) to learn about development process. How to integrate your changes to CSS Base.
2534

2635
## License
2736

0 commit comments

Comments
 (0)