equestrian

css

Alle Einträge mit dem Tag "css"

Isobar North America’s Coding Standards and Frontend development Best Practices

Foundation: Rapid Prototyping and Building Framework from ZURB

An easy to use, powerful, and flexible framework for building prototypes and production code on any kind of device.
Start here, build everywhere.

cubic-bezier(.17,.67,.83,.67) ✿ cubic-bezier.com

CSS: Elastic Videos

Using the max-width:100% and height:auto trick works with native HTML5 video tag, but it doesn't work with embed code using iframe or object tag. After hours of experimenting and Googling, I finally found a trick on how to achieve this.

Golden Grid System

Golden Grid System (GGS) splits the screen into 18 even columns. The leftmost and rightmost columns are used as the outer margins of the grid, which leaves 16 columns for use in design.

Skeleton: Beautiful Boilerplate for Responsive, Mobile-Friendly Development

Skeleton is a small collection of CSS & JS files that can help you rapidly develop sites that look beautiful at any size, be it a 17" laptop screen or an iPhone. 

Styling Elements With Glyphs, Sprites and Pseudo-Elements – Smashing Magazine

We’ll discuss how you can style elements with no extra markup and using a bidi-friendly high-contrast proof CSS sprite technique. The technique will work in Internet Explorer 6/7 as well.

Applied CSS Vertical-Align | iBloom Studios

Baseline – a designer framework by ProjetUrbain.com

Built with typographic standards in mind, Baseline makes it easy to develop a website with a pleasing grid and good typography. Baseline starts with several files to reset the browser’s default behavior, build a basic typographic layout — including style for HTML forms and new HTML 5 elements — and build a simple grid system. Baseline was born to be a quick way to prototype a website and grew up to become a full typographic framework for the web using “real” baseline grid as its foundation.

CSS Crush

The contents of the file, and files specified by the standard @import directive, are pulled into one new file. This way you get the advantages of file separation but not the performance penalty of extra http requests.<br />
CSS variables that are specified are applied.<br />
Any search/replace macros that affect CSS properties are applied.<br />
Optionally (not shown in the example below) the file is then minified.<br />
The file is cached and returned by the script. The date-modified timestamp of the host-file and all the imported files are stored and checked on every subsequent running of the script. If any of the files have been modified a new file is compiled. If none have been modified the cached file is returned.