-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
148478b
commit 0f41f7e
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<div align="center"> | ||
<h1>ChocolateCSS</h1> | ||
<strong> | ||
A basic CSS libary made for modern design. | ||
</strong> | ||
<br> | ||
<hr> | ||
<img src="https://sass-lang.com/assets/img/styleguide/seal-color-aef0354c.png" height="100"> | ||
|
||
</div> | ||
|
||
# Information | ||
|
||
--- | ||
ChocolateCSS is an lightweight scss libary, I build for use | ||
in my personal projects. I wanted to learn more about professional web design. Furthermore I my intention behind this project was, to get rid of css boilerplate code.<br> | ||
ChocolateCSS is not made for beginners. It is especially made for people, who want to design their web pages or apps very fast. But you need at least a bit of css experience. | ||
|
||
# Installation | ||
|
||
--- | ||
Latest release: | ||
<a href="">Download</a> | ||
```css | ||
@import url("https://github.com/MathisBurger/ChocolateCSS"); | ||
``` | ||
|
||
# Documentation | ||
|
||
--- | ||
- Buttons | ||
- Flex | ||
- Nav | ||
- Scripts |