Found 247 bookmarks
Newest
Living Styleguide by Devbridge
Living Styleguide by Devbridge
Devbridge Styleguide helps you create, share, and automate a living visual style library of your brand. Share your digital brand standards, improve team collaboration, and implement an independent easily-extendable modular structure. --- Demo → http://styleguide.devbproto.com/styleguide/ --- GitHub → https://github.com/devbridge/Styleguide
·livingstyleguide.devbridge.com·
Living Styleguide by Devbridge
Themify Icons
Themify Icons
… a complete set of icons for use in web design and apps, consisting of 320+ pixel-perfect, hand-crafted icons that draw inspiration from Apple iOS 7 - available to the public, 100% FREE! You may use or distribute it for any purpose, whether personal or commercial.
·themify.me·
Themify Icons
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()
Topcoat
Topcoat
… a brand new open source CSS library designed to help developers build web apps with an emphasis on speed. It evolved from the Adobe design language developed for Brackets, Edge Reflow, and feedback from the PhoneGap app developer community. → http://topcoat.io/posts/introducing-topcoat/
·topcoat.io·
Topcoat
normalize.css
normalize.css
… a small CSS file that provides better cross-browser consistency in the default styling of HTML elements. It’s a modern, HTML5-ready, alternative to the traditional CSS reset.
·nicolasgallagher.com·
normalize.css
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