Designing Beautiful Shadows in CSS
21–30 of 67 posts
Re: Designing Beautiful Shadows in CSS
#22Earlier quoted context omitted.
the Apple website uses background blur and has giant scroll-animated images. The store page has drop shadows and CSS transitions.
We weren't talking about "just shadows" though. While one of the sub-pages of one of four brands is really using shadows at least somewhere: /* 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 simp…
Re: Designing Beautiful Shadows in CSS
#23Is this still the case? Windows used to have an almost 45° lighting angle, but more recently (MacOS, Material Design) the more common case is the light source shining from the top.
Re: Designing Beautiful Shadows in CSS
#24It'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!
Re: Designing Beautiful Shadows in CSS
#25Earlier quoted context omitted.
the Apple website uses background blur and has giant scroll-animated images. The store page has drop shadows and CSS transitions.
We weren't talking about "just shadows" though. While one of the sub-pages of one of four brands is really using shadows at least somewhere: /* 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 simp…
For those that do have data, they’ve decided spending millions on it is worth it.
Re: Designing Beautiful Shadows in CSS
#26Yet his own site style is totally flat?
Re: Designing Beautiful Shadows in CSS
#27It'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!
It helps to think of it as an art.
If you have the time to flesh it out, then enjoy the slow process.
I find the work is more rewarding that way.
Re: Designing Beautiful Shadows in CSS
#28Re: Designing Beautiful Shadows in CSS
#29Earlier quoted context omitted.
We weren't talking about "just shadows" though. While one of the sub-pages of one of four brands is really using shadows at least somewhere: /* 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 simp…
Their 1998 website probably used tables with celllpadding, and it was “good enough” at the time. But I suspect they’ve benefitted by changing it. However, since neither of us have data, it’s all subjective. For those that do have data, they’ve decided spending millions on it is worth it.