Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brandoncorbin/oh-flex

Flexible designs with just HTML
https://github.com/brandoncorbin/oh-flex

css css-toolkit design flex html

Last synced: 16 days ago
JSON representation

Flexible designs with just HTML

Awesome Lists containing this project

README

        

## OH FLEX!

![](https://snaps.nomie.io/pb-KV7j4Nv61V.png)

## Design with attributes! Built for developers who hate writing CSS.

Oh-Flex exists to help non front-end developers build nice looking consistent web pages and apps by abusing html tag attributes.

### What's inside?

HTML Attributes that control:

- Full flex control
- Toolbars
- Flex based Layouts
- All Material Design colors for text and backgrounds
- Font control
- Avatars
- Padding and margins
- Box sizing
- Mobile List Items
- ... and more

### Character Mapin

- w = width
- h = height
- b = border
- m = margin
- p = padding
- t = text
- bs = box-shadow
- av = avatar

[Full documentation and examples](https://brandoncorbin.github.io/oh-flex)

### Installation

#### The Easy Way

Simply embed oh-flex.css directly into your web page using unpkg.

```

```

#### Sass Way

```
npm install oh-flex --save-dev
```

Add to your sass file

```
@import '~oh-flex/src/oh-flex'
```