‘Look Up’ is a lesson taught to us through a love story, in a world where we continue to find ways to make it easier for us to connect with one another, but always results in us spending more time alone. Or why I find it funny when I see people “checking in” at a …
Category Archives: Elsewhere
CSS Grid layout: a new core primitive for web apps
Isomer – An isometric graphics library for HTML5 canvas
var Shape = Isomer.Shape; var Point = Isomer.Point; iso.add([ Shape.Prism(Point.ORIGIN, 3, 3, 1), Shape.Pyramid(new Point(0, 0, 1)), Shape.Pyramid(new Point(0, 2, 1)), Shape.Pyramid(new Point(2, 0, 1)), Shape.Pyramid(new Point(2, 2, 1)) ]); Did somebody out there recreate Monument Valley using this yet? Isomer →
Not on App Store
Star Wars Chewbacca Han Solo Reversible Hoodie
Google Developers: Web Fundamentals
Breaking Bad – A Tribute
Sigur Rós – The Rains of Castamere
Conversnitch
CSS3 text-align-last
.caption { text-align: justify; text-align-last: center; } The text-align-last property describes how the last line of a block or a line right before a forced line break is aligned when ‘text-align’ is ‘justify’, which means you gain full control over the alignment of the last line of a block. As seen in the example above …