Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tzwel/huy.css
Browse files Browse the repository at this point in the history
  • Loading branch information
tzwel committed May 30, 2022
2 parents 7741732 + 915037f commit 6c419b7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<img src="banner.jpg" width="100%" height="auto" />

# huy.css
huy.css is a barebones css boilerplate letting you quickly jumpstart your projects
huy.css is a barebones, but highly configurable css boilerplate that lets you quickly jumpstart your projects

It offers minimal styling to adapt to a wide variety of projects, meaning you will have to set most of the margins or paddings by yourself
It offers minimal and consistent styling to adapt to a wide variety of projects, meaning you will have to set most of the margins or paddings by yourself

Although, huy.css contains many useful utility properties such as `padding` that set the padding according to the value specified in the config
Although, huy.css contains many useful utility attributes such as `padding` that set the padding according to the value specified in the config

# Usage

Expand All @@ -21,4 +21,7 @@ Load huy.css in the `<head>` of your project
## Configure
You would probably want to change some defaults for huy.css to better suite your project

Head to config.css located in the /huy/ directory to get started. The file is well documented so you won't be confused what option does what
Head to config.css located in the /huy/ directory to get started. The file is well documented so you won't be confused what option does what

## Learn
Take a look at how things are done in the `index.html` or go [here](https://tzwel.github.io/huy.css/) for a live demo

0 comments on commit 6c419b7

Please sign in to comment.