Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
May 19, 2016 01:29 pm GMT

All or Nothing

Jonathan Snook takes a look at the all property which can be used like this:

.element {
all: initial;
}

The idea is that it should set all properties of an element to initial, removing all custom styling thus far applied. Essentially resetting the styles of any element so you can build up from scratch.

Unfortunately the inconsistencies between each browser make it difficult to recommend. If you could count on it being consistent, this is a powerful one-liner, …


All or Nothing is a post from CSS-Tricks


Original Link: http://snook.ca/archives/html_and_css/all-or-nothing

Share this article:    Share on Facebook
View Full Article

CSS Tricks

A Web Design Community curated by Chris Coyier

More About this Source Visit CSS Tricks