Victor Loux Bookmarks Tag: ui

167 bookmarks tagged “ui

Patreon Previews - Reactiive

reactiive.io/patreon
Here you'll find all the previews of the content available to my Patreon supporters.

Blur radius comparison

bjango.com/articles/blurradiuscomparison/
The most common type of blur used on the web and in design tools is Gaussian blur. There’s many ways to describe how blurry the blur is, and implementations vary so much that a blur in one app may be a completely different size to the blur in another app.

Page Flows - user flow design inspiration

pageflows.com/
See how top brands design their onboarding, upgrading, downgrading and other key user flows

Defensive CSS

defensivecss.dev/
Practical CSS and design tips that helps in building future-proof user interfaces.

Understanding Layout Algorithms

joshwcomeau.com/css/understanding-layout-algorithms/
As front-end developers, we often learn CSS by focusing on individual properties. Instead, we should focus on how the language uses those properties to calculate layouts. In this blog post, we'll pop the hood on CSS and see how the language is structured, and how to learn it effectively.

Designing Beautiful Shadows in CSS

joshwcomeau.com/css/designing-shadows/
When I look around the web, most of the shadows I see are fuzzy grey boxes. It doesn't have to be this way, though! CSS gives us the tools to create rich, lush, lifelike shadows. In this tutorial, I'll show you how.