Found 76 bookmarks
Custom sorting
North
North
Design and development standards to align and guide your project. North is a set of standards and best practices for developing modern web based properties. Included are standards and best practices for all aspects of a project, from kick off through development. North encourages an agile, content-first, approach to product development and a mobile-first, in-browser, system based approach to design and development.
·github.com·
North
A Couple of Use Cases for Calc()
A Couple of Use Cases for Calc()
calc() is a native CSS way to do simple math right in CSS as a replacement for any length value (or pretty much any number value). It has four simple math operators: add (+), subtract (-), multiply (*), and divide (/). Being able to do math in code is nice and a welcome addition to a language that is fairly number heavy.
·css-tricks.com·
A Couple of Use Cases for Calc()
How to Center Anything With CSS
How to Center Anything With CSS
Recently, we took a dive into the very core concepts behind CSS layout and explored the differences between absolute and relative positioning. We’re going to follow that up with another CSS layout talk, this time based around a fundamental question that almost every new developer ask...
·designshack.net·
How to Center Anything With CSS
6 Things I Learned About Print Stylesheets From HTML5 Boilerplate
6 Things I Learned About Print Stylesheets From HTML5 Boilerplate
Print stylesheets can be a pain if you don’t know what you’re doing. Before you even approach one you need to make sure to do some solid research into how to go about it. Today we’re going to help you along by first discussing the conceptual considerations that you need t...
·designshack.net·
6 Things I Learned About Print Stylesheets From HTML5 Boilerplate