Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
July 31, 2017 12:33 pm GMT

Designing Between Ranges

CSS is written slowly, line by line, and with each passing moment, we limit the space of whats possible for our design system. Take this example:

body {
font-family: 'Proxima-Nova', sans-serif;
color: #333;
}

With just a couple of lines of CSS weve set the defaults for our entire codebase. Most elements (likeparagraphs, lists and plain ol divs) will inherit these instructions. But what we rarely think about when we write CSS is that from here on out well …


Designing Between Ranges is a post from CSS-Tricks


Original Link: https://css-tricks.com/designing-between-ranges/

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