background preloader

CSS

Facebook Twitter

CSS Generator - Generate your own CSS Style Sheet code. Cascading Style Sheets - CSS Generator. For Firefox - Eyedropper, Color Picker and much more. Important - new version 3 Due to new Firefox add-on developer requirements and restrictions requiring all future add-on development to be done using WebExtensions technologies, ColorZilla for Firefox has been re-written from the ground up to comply with the new requirements.

for Firefox - Eyedropper, Color Picker and much more

This new version retains all the functionality, but there might be minor UI/UX and other differences. Your history and favorites palettes should be backed up under <Firefox Profile Folder>/colorzilla after the update. ColorZilla v3.3 has many improvements and fixes. See what's new. Please contact us to report any issues. ColorZilla for Firefox is an add-on that assists web developers and graphic designers with color related tasks - both basic and advanced. With ColorZilla you can get a color reading from any point in your browser, quickly adjust this color and paste it into another program. ColorZilla is also available as a Chrome extension. What's new New in ColorZilla 3.3 New in ColorZilla 3.0 New in ColorZilla 2.8. 10 Examples of Beautiful CSS Typography and how they did it... Lately I have been very interested in how far we can take Typography only using CSS.

10 Examples of Beautiful CSS Typography and how they did it...

Sure you can use images or sIFR to produce some very beautiful typography, but there is something unique and special about using only CSS. It is incredibly useful too, if you know the extent you can take CSS you end up with much more flexible websites— especially ones driven by a CMS. Think about how difficult sIFR or images get when you want to replicate that typography or typeface over 100 pages powered by a CMS. If you can get beautiful type via CSS it makes this situation very easy and with out compromise. There are a lot of great sites out there that have beautiful Typography using only CSS, however simply looking at them is only half of the picture. 1. Coudal Partners small headline Larger Headline You may be surprised to find out that the serif font used is… *gasp* times new roman! 2 + 3. Human Sexuality and the Nuptial Mystery Headline Example 3. Seed Conference On Friday, June the 6th 2008. 960 Grid System.

Normalize.css: Make browsers render all elements more consistently. CSS Style Sheet Generator. CSS Tools: Reset CSS. The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on.

CSS Tools: Reset CSS

The general reasoning behind this was discussed in a May 2007 post, if you're interested. Reset styles quite often appear in CSS frameworks, and the original "meyerweb reset" found its way into Blueprint, among others. The reset styles given here are intentionally very generic. There isn't any default color or background set for the body element, for example. I don't particularly recommend that you just use this in its unaltered state in your own projects. In other words, this is a starting point, not a self-contained black box of no-touchiness.

If you want to use my reset styles, then feel free! Previous Versions v1.0 (200802) Acknowledgments Thanks to Paul Chaplin for the blockquote / q rules.