Found 76 bookmarks
By relevance
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鈥檙e 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