huy.css is a barebones, but highly configurable css boilerplate that lets you quickly jumpstart your projects
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 attributes such as padding
that set the padding according to the value specified in the config
Download the latest version of huy.css
Load huy.css in the <head>
of your project
<link rel="stylesheet" href="huy/huy.css">
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
Take a look at how things are done in the index.html
or go here for a live demo