Fluidity: Making HTML 100% responsive
Fluidity is a tiny bit of CSS (107 bytes total) that fixes the part of HTML that isn’t completely responsive. It makes changes to the way images, tables, iframes, preformatted text, and canvas elements, so that they’re completely responsive.
FLUIDITY
A fully responsive css framework that is impossibly small
HTML out of the box is almost 100% responsive. This stylesheet fixes that in 115 minified bytes. Let's make the web just a bit more responsive shall we?
Installing fluidity
Production
Just include this file in the head of your html file.
<link rel="stylesheet" href="css/fluidity.min.css">
Development
Or if you want to develop with the uncompressed version
<link rel="stylesheet" href="css/fluidity.css">
'프로그래밍 > Style & Design' 카테고리의 다른 글
[CSS] CSS-Flip: A CSS BiDi flipper (0) | 2014.04.21 |
---|---|
[CSS] Code Guide by @mdo: Standards for sustainable HTML and CSS (0) | 2014.03.19 |
[Responsive] Susy: Responsive grids for Compass (0) | 2014.02.20 |
[CSS] Keyframer: A CSS3 animation tool (0) | 2014.02.17 |
[Style] Responsive - http://mashable.com/2012/12/11/responsive-web-design/ (0) | 2014.02.12 |