An open API service indexing awesome lists of open source software.

https://github.com/nhatphamcdn/funstyle

A minimal CSS Framework inspired by Bootstrap Framework. It just pre-built some of the most commonly used components and Flex-box, for lightweight purpose. This is a CSS Framework created for experience, it is not recommended to use for real projects.
https://github.com/nhatphamcdn/funstyle

css css-framework scss

Last synced: 3 days ago
JSON representation

A minimal CSS Framework inspired by Bootstrap Framework. It just pre-built some of the most commonly used components and Flex-box, for lightweight purpose. This is a CSS Framework created for experience, it is not recommended to use for real projects.

Awesome Lists containing this project

README

          

# funstyle


A minimal CSS Framework inspired by Bootstrap Framework.

It just pre-built some of the most commonly used components and Flex-box, for lightweight purpose. This is a CSS Framework created for experience, it is not recommended to use for real projects.

## Table of contents
- [Usage](#usage)
- Update in progress...

## Usage

**Install manually**

[Download funstyle](https://github.com/nhatphamcdn/funstyle/archive/refs/tags/1.0.0.zip) and link `/css/funstyle.min.css` in the `` of your website.

```html

```

**Install from CDN**

Alternatively, you can use [unpkg CDN](https://unpkg.com/@nhatphamfks-org/funstyle@1.0.0/css/funstyle.min.css) to link funstyle.

```html

```

**Install with NPM**

```shell
npm i @nhatphamfks-org/funstyle
```