You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,25 @@
1
-
<divstyle="text-align: center;">
2
-
<imgsrc="./src/img/css-base-look.png"alt="CSS Base site look" />
3
-
</div>
1
+
<palign="center">
2
+
<h1>
3
+
<img src="./src/img/favicon-32x32.png" alt="CSS Base logo" />
4
+
CSS Base theme generator
5
+
</h1>
6
+
<imgsrc="./src/img/css-base-look.png"alt="CSS Base site look"style="box-shadow: 0px8px15px2px#aaa; width: 70%" />
7
+
</p>
4
8
5
-
# CSS Base theme generator
9
+
## About
6
10
7
11
An online tool to quickly prototype and generate a base CSS theme for your project.
8
12
13
+
## How to use
14
+
9
15
- Change necessary options;
16
+
- Click on the text to edit;
10
17
- Review generated code;
11
-
- Copy code to clipboard;
18
+
- Copy the code to clipboard;
12
19
- Paste it in to your project.
13
20
21
+
## Tech stack
22
+
14
23
This project is made entirely with HTML, CSS and Vanilla JavaScript.
15
24
16
25
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).
21
30
22
31
## Contributing
23
32
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.
0 commit comments