Raindrop.io Bookmarks 08/10/2020
著
- The form element
"In this article you will learn how to use the form element, what attributes are available and how to style it."
- Designing Adaptive Components, Beyond Responsive Breakpoints by Stéphanie Walter - UX designer & Mobile Expert.
"we need to stop obsessing over pixel perfection and embrace the fluid intrinsic nature of the web: Design in tools, Decide in the browser!"
- All About the Futura Font and Its History
"The Futura font was even the first font to go to the Moon during the Apollo 11 mission. While some may say it's overused, one thing is for sure: it's timeless, concise, and gets the job done."
- On composable, modular frontends - Increment: Frontend
"Modular systems consist of subcomponents with well-defined interfaces and functions that can be consumed independently of each other. Composability is the degree to which these subcomponents can be combined to form more complex systems. Despite the similarities in these definitions, a modular system isn't automatically composable."
- The Cicada Principle, revisited with CSS variables - Lea Verou
"when using repeating elements (tiled backgrounds, different effects on multiple elements etc), using prime numbers for the size of the repeating unit maximizes the appearance of organic randomness."
- What does "revert" do in CSS? | CSS-Tricks
"The revert value in CSS "resets" a property back to it's inherited value, only going as far back as the UA stylesheet."
- Digging Into the Flex Property
"In this article, I will go through the shorthand and the longhand properties in detail, and explain when and why to use them with practical and visual examples."