frow
Version:
Flexbox Toolkit & Grid
41 lines (28 loc) • 968 B
Markdown
<p align="center"><a href="https://frowcss.com"><img src="https://frowcss.com/readme-logo.png" /></a></p>
<h3 align="center">Flexbox Toolkit & Grid</h3>
# Frow CSS
Frow is an open source HTML and CSS framework for creating quick & responsive projects on the web, powered by Flexbox.
### Documentation & Features
Please view the extensive, full documentation at: [FrowCSS.com](https://frowcss.com)
### Installation
Refer to the [Getting Started Guide](https://frowcss.com/getting-started.html) for full instructions.
**NPM:**
`npm install frow`
**CDN:**
```
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Frow Project</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/frow@3/dist/frow.min.css">
...
</head>
...
</html>
```
### Creator
**Cody Sherman**
- <https://codysherman.com>
- <https://github.com/codysherman>