Get started with #funstyle
Overview
#funstyle is a minimal CSS framework inspried by Bootstrap. It aims for a lightweight framework, easy to customize and modify, and high compatibility.
Quick start
Create a new file index.html and add css link to stylesheet.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>#funstyle example</title>
<link rel="stylesheet" href="https://unpkg.com/@nhatphamfks-org/funstyle@1.0.1/css/funstyle.min.css">
</head>
<body>
<h1>Hello, world!</h1>
</body>
</html>
Supports
#funstyle is just getting started, and it needs everyone's input to get better, and the author can learn a lot from that.
You can add issues or discuss anything at Github, it will be great to make #funstyle better.
Warning
This is a CSS Framework created for experience, it is not recommended to use for real projects.