반응형

Motherplate: A bare bones responsive boilerplate

 

Motherplate is a bare bones HTML5, CSS3, and SCSS responsive boilerplate. It doesn’t include any visual styling or components, just bare bones CSS to get started with.

motherplate

 

 

A bare bones responsive SCSS boilerplate for web designers

반응형
반응형

Flexy Boxes: A flexbox code generator and playground

 

 

 

Flexy Boxes is a flexbox code generator and playground in one. Just set the options for your flexboxes, preview them, and then output the code.

flexy boxes

 

 

 

 

 

 

반응형
반응형

Koutu Swiss: A CSS framework for Stylus
 

Koutu Swiss is a CSS framework for Stylus. It gives you tons of mixins, functions and utilities for faster coding.

koutu

반응형
반응형

Bumpkit: A library for the Web Audio API

Bumpkit is a still-in-progress DAW-inspired library for the Web Audio API. It lets you create mixers, sampler instruments, and more.

bumpkit

 

Basics

Create a mixer with two tracks

var mixer = bumpkit.createMixer().addTrack().addTrack();

Create a new Sampler instrument and load an audio buffer

var sampler = bumpkit.createSampler().connect(mixer.tracks[0]);

bumpkit.loadBuffer('/audio/clap.mp3', function(buffer) {
  sampler.buffer(buffer);
});


 

 

 

 

반응형
반응형

CSS-Flip: A CSS BiDi flipper

 

 

 

 

Need to generate left-to-right or right-to-left CSS? CSS-flip does that for you, from your source. It supports a variety of properties, including borders, margins, padding, and more.

css-flip

 

 

반응형
반응형

Code Guide by @mdo: Standards for sustainable HTML and CSS

Reference / Added on March 18, 2014

This Code Guide by @mdo is a fantastic guide to create sustainable, flexible, and durable HTML and CSS. It includes guidelines for syntax, attribute orders, classes, comments, and more.

code guide

 

Standards for flexible, durable, and sustainable HTML and CSS.  http://mdo.github.io/code-guide/

 

 

반응형
반응형

Fluidity: Making HTML 100% responsive

CSS - Responsive / Added on March 17, 2014 / Add to favorites

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

 

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">
반응형
반응형

Susy: Responsive grids for Compass

susy

 

반응형

+ Recent posts