반응형
반응형

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

Progre(c)ss: Pure CSS progress bars

proegrecss

 

 

pure css progress bars with minimal effort!

 

 

 Pure CSS progress bars with minimal effort

Usage

  1. Include the stylesheet.
  2. Add the class progrecss to your element (any element)
  3. Add a data attribute data-progrecss defining the completion percentage (1 to 100).

 

반응형
반응형

Sublime CSS Completions: A more complete library

sublime

 

반응형
반응형

Normalize.css: A modern alternative to CSS resets

normalize.css

Homepage: http://necolas.github.io/normalize.css/
GitHub: https://github.com/necolas/normalize.css

 

normalize.css v3

Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards.

The project relies on researching the differences between default browser styles in order to precisely target only the styles that need or benefit from normalizing.

View the test file 

반응형
반응형

Pixate: Native iOS styles with stylesheets

pixate

반응형

+ Recent posts