Mike Riethmuller: It is possible to have precise control over responsive typography. Using calc() and viewport units you can create fluid type that scales perfectly between specific pixel values, within a specific viewport range. The formula used is this one: @media (min-width: #{$min_width}px) and (max-width: #{$max_width}px) { font-size: calc(#{$min_font}px + (#{$max_font} – #{$min_font}) * ( …
Tag Archives: link
Type Terms
anime.js – JavaScript animation engine
Debugging Node with Chrome DevTools
Is it brunch time?
Ben Jacobson, after having scraped and analyzed over 100M+ tweets: Brunch is officially from 10:01am to 1:40pm. But how did he define that? You can’t just plot all those tweets and then say “there”, there’s more to it than you’d think. Also: lovely charts! Is it brunch time? →Brunch Source (GitHub) →
Design Better Forms
Life is short. No one wants to fill out a form. Be conversational. Be funny. Gradually engage. Do the unexpected. It is the role of the designer to express their company’s brand to elicit an emotional reaction. If done correctly, it will increase completion rates. Just make sure you don’t violate the rules listed here. …
LambCI – Serverless continuous integration
Marp – Markdown Presentation Writer
CSS Containment
Getting the actual GIF from a tweet with TWEET2GIF
Twitter supports GIFs (and more recently: longer/bigger GIFs!), yet they render them as MP4 files. So how to get the original GIF? Enter TWEET2GIF: Ever wanted to download that gif that you saw on Twitter? Maybe share it on Facebook or other social networks? You’re at the right place! Just paste in the URL of …
Continue reading “Getting the actual GIF from a tweet with TWEET2GIF”