Web Design Link Picks
resources from newsletter #0124 #0125 #0126 & #127
Article written on Monday, 11 May 2020
Another week in our lockdown world so let's make the most of it by learning some new skills by exploring a selection of interesting resources. There are plenty like always and we start with a tiny trick for making your hover states stand out. There also this multi-line text effect and we get some insight into Jen Simmons thought process with CSS Grid. I'm also very interested in this designer's guide to animate icons with CSS. The CSS Handbook is a good read that explains the fundamental concepts of CSS in this extensive guide. Rachel Andrew digs into the display property with the box generation values of display: none and display: contents. There's more so be ready!
Fading Out Siblings on Hover in CSS
This CSS trick for fading siblings on hover is pretty rad.
Why We're Craft CMS Developers
Pretty impressive article about the history of Craft, its features, community, security, and how it compares to WordPress.
Digging Into The Display Property: The Two Values Of Display
Another Rachel Andrew article digging into the detail of a CSS property or value, this time she is looking at display, and what you really are doing when you change the value of the display property.
Digging Into The Display Property: Box Generation
Rachel Andrew continues her series on the display property with the box generation values of display: none and display: contents.