Skip to content

Commit

Permalink
added first readme
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Apr 2, 2021
1 parent 148478b commit 0f41f7e
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
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

0 comments on commit 0f41f7e

Please sign in to comment.