SkillAgentSearch skills...

Flexy

Flexy is minimal CSS framework made with Flex

Install / Use

/learn @vladocar/Flexy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"><a href="https://vladocar.github.io/flexy/"><img src="images/screencapture-flexy.png" /></a></p>

Flexy

Flexy is minimal CSS framework made with Flex

  • Minimal. It is only 0.33 KB minified + gzip.
  • Responsive.
  • No unnecessary nesting.
  • Fluid Column (even multiple times in one row)
  • Flexible the main width can be any number or uint ex: 960px, 90% or whatever you like.

https://vladocar.github.io/flexy/

Demo 1 - Katana

Demo 2 - Quotes

Code Demo

<div class="dp50">50%</div>
<div class="dp50">50%</div>

<div class="dp33">33,3%</div>
<div class="dp33">33,3%</div>
<div class="dp33">33,3%</div>

<div class="dp25">25%</div>
<div class="fluid">Fluid</div>
<div class="dp17">17%</div>
<div class="clear"></div> /* => Use clear when you have fluid column */

/* Multiple Fluid columns in one row */

<div class="fluid">Fluid</div>
<div class="dp25">25%</div>
<div class="dp25">25%</div>
<div class="fluid">Fluid</div>
<div class="clear"></div>

Install

You can simply download the library or:

$ npm i @vladocar/flexy

Browser Support

Use flexy-old.css for IE 10/11

License

This project is licensed under the MIT License

View on GitHub
GitHub Stars112
CategoryDevelopment
Updated1y ago
Forks15

Languages

HTML

Security Score

85/100

Audited on Mar 15, 2025

No findings