Designing Beautiful Shadows in CSS
11–20 of 67 posts
Re: Designing Beautiful Shadows in CSS
#12Re: Designing Beautiful Shadows in CSS
#13Re: Designing Beautiful Shadows in CSS
#14Zero business value, slowing down mobile browsers. Great article and love the effect, though. The newsletter signup effect is worth a subscribe.
Re: Designing Beautiful Shadows in CSS
#15Re: Designing Beautiful Shadows in CSS
#16Zero business value, slowing down mobile browsers. Great article and love the effect, though. The newsletter signup effect is worth a subscribe.
How can you say for certain there’s no business impact? I can imagine for really premium brands, this kind of attention to detail makes a difference.
That’s how. I guess it’s time to tell these guys what they were missing all these years.
Re: Designing Beautiful Shadows in CSS
#17Zero business value, slowing down mobile browsers. Great article and love the effect, though. The newsletter signup effect is worth a subscribe.
Much of the article might not be exactly “business value focused” but neither are the technical deep dives of database systems, though you’d never hear this kind of comment on that kind of post.
tl;dr: it’s someone nerding out a bit, it doesn’t need to create “business value”
Re: Designing Beautiful Shadows in CSS
#18Earlier quoted context omitted.
How can you say for certain there’s no business impact? I can imagine for really premium brands, this kind of attention to detail makes a difference.
https://apple.com https://gucci.com https://perigold.com https://bugatti.com That’s how. I guess it’s time to tell these guys what they were missing all these years.
Re: Designing Beautiful Shadows in CSS
#19Earlier quoted context omitted.
https://apple.com https://gucci.com https://perigold.com https://bugatti.com That’s how. I guess it’s time to tell these guys what they were missing all these years.
the Apple website uses background blur and has giant scroll-animated images. The store page has drop shadows and CSS transitions.
/* https://www.apple.com/store */
.rf-ccard-content {
box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
}
... it just supports the point made at the root comment.PS. And gucci not having an https certificate is another example how "premium brands" often have completely unusable or simply non-functioning sites. Still sells.
Re: Designing Beautiful Shadows in CSS
#20It's posts like this that remind me why I force myself not to do front end. I always end up tweaking the same 10 lines of CSS until they're juuuuust right and never get anything done. Great article!