Links Entries tagged with #code. ↳ Show all entries 🔗 Get the Balance Right: Responsive Display Text, by @clagnut ◆ 24 ways https://24ways.org/2016/responsive-display-text/ Richard Rutter (Clearleft) shows how to use vmin and a hybrid method of sizing text using CSS calc() to achieve balanced font-sizes for different viewports. #typography #responsive #design #rwd #css #code 🔗 cssreference – a free visual guide to CSS, by @jgthms http://cssreference.io Learn by example cssreference.io is a free visual guide to CSS. It features the most popular properties, and explains them with illustrated and animated examples. #css #reference #code #animation #learning 🔗 Accessible SVGs https://css-tricks.com/accessible-svgs/ Impressively comprehensive article by @_hmig about creating accessible SVGs in order to ensure a great user experience for everyone. #a11y #ux #code #svg 🔗 Semantic CSS http://snook.ca/archives/html_and_css/semantic-css Why everybody who talks about the importance of semantics is both right and wrong at the same time. #css #semantics #code 🔗 Flexbox Froggy http://flexboxfroggy.com/ It's about time to learn CSS Flexbox. And this ingenious game lets you get your head around the relevant CSS properties in no time. Wonderful work. #css #flexbox #code #game 🔗 Sass Guidelines http://sass-guidelin.es An opinionated styleguide for writing sane, maintainable and scalable Sass. #code #css #sass #styleguides