www.marylai.com is live! Beautiful handcrafted bags from the amazingly talented @marylai_newyork


Quick-fix for twitching text/images when using CSS transitions

If you notice twitching text or images when you :hover over an element, adding this property to the element that has the glitch should take care of the problem.

-webkit-backface-visibility: hidden;

A well-organized overview on design that’s put together quite nicely - by @wellsriley

Launch site


A better-behaved CSS box model

@paul_irish writes about a quick way to make the box model behave more logically. That means once you define the width of an element to be 100px wide, it will always be 100 pixels wide - whether you add a 20px padding or not. This also takes away headaches of setting up columns with padding, since a 50% wide element will still be 50% of the parent container’s width regardless of padding. Bonus points for strong support on all modern browsers.



/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


Read the full article

Tips// Border-Radius Image Styles

Web Designer Wall posted up a great guide on styling images that have border-radius applied. A lot of room for creativity as shown in the embossed and soft-embossed styles.

DemoArticle


Kami’s main site is taking a bit longer than originally anticipated - in the meantime, please drop by and show some love for our temporary portfolio!

Micro Portfolio 


Inspiration// One Hour per Second

Lovely illustrations and execution for YouTube’s One Hour per Second.
(via @honeydesign)


Tools// JPEGmini

Crunch your JPGs by up to 5x! Just like magic.


SOPA/PIPA - help stop this nonsense.

Take action here: http://americancensorship.org/


Beautiful compositions for IKEA - by Carl Kleiner.

Via www.ignant.de