Creative Software Engineer from π»πͺ living in Barcelona, Spain.
Developer Relations Engineer at Storyblok
Author of TresJS
Content Creator @AlvaroDevLabs
Former founder of Porsche Digital Bcn.
Have had many hats on in my life: Developer, Team Lead, Scrum Master, Architect and Product Owner. Now back to developer \o/ Interested in product discovery, quality assurance and language design.
For me it's, as always:
css tricks flexbox css-tricks.com/snippets/css/a-guid...
I've read and reread that article countless times, because I always need another subtlety from flexbox.
π Hey there, I am Waylon Walker
I am a Husband, Father of two beautiful children, Senior Python Developer currently working in the Data Engineering platform space. I am a continuous learner, and sha
I was trying to improve page load times of my blog for slow mobile browsers and stumbled upon the font-display: swap property. It will display your site's text with a fallback font before any web fonts are loaded so your users don't have to wait!
Stephanie;
Thanks to you my CSS search history is fully under control, I'm not seeing any recent search history.
I now use your famous => box-shadow : 0 0 3px rgba(0,0,0,.28) recommendation. Thanks! I use Grid everywhere now, all my alignment problems are solved so far.
After Ana Tudor posted something on Twitter, I tried to solve the issue, but my solution worked on Chrome on Mac, but not on Firefox or Chrome on Windows :(
Fascinating! I just spent (too long) on it, interestingly your solution didn't work for me on Chrome on Mac π€ I will have to revisit this, an interesting problem!
Top comments (59)
--border-radius--
about whether can i achieve this image shape using border-radius or not !!!
any way couldn't achieve this !!
dev-to-uploads.s3.amazonaws.com/i/...
Hi, my recent post actually covers exactly this, maybe it will help you? Good luck!
moderncss.dev/expanded-use-of-box-...
yeah nice article had a look ! will try
This is hot. Thanks for sharing!
You can also use clip-path for it dev.to/alvarosaburido/the-magic-of... ;) Happy coding!
that's cool !
Thatβs one property I havenβt spent time with π Really great article, thanks for sharing!
9elements.github.io/fancy-border-r...
For me it's, as always:
css tricks flexbox
css-tricks.com/snippets/css/a-guid...
I've read and reread that article countless times, because I always need another subtlety from flexbox.
Iβve visited that page hundreds of times myself π
Typed css in my address bar and this was what came up... which was very recent.
I was trying to style elements given a
data-id
attribute on kedro-static-viz.I was expecting something much more basic like how to add a gradient, or animation.
I was trying to improve page load times of my blog for slow mobile browsers and stumbled upon the
font-display: swap
property. It will display your site's text with a fallback font before any web fonts are loaded so your users don't have to wait!developer.mozilla.org/en-US/docs/W...
Stephanie;
Thanks to you my CSS search history is fully under control, I'm not seeing any recent search history.
I now use your famous => box-shadow : 0 0 3px rgba(0,0,0,.28) recommendation. Thanks! I use Grid everywhere now, all my alignment problems are solved so far.
π π π
Oh wow, what a compliment!
Out of curiosity, are you referring mostly to ModernCSS.dev and DEV articles, or my egghead lessons too? π
I've picked up your tips from posts here! You're the best!
π₯° It took me 13 years to do it successfully, but I'm enjoying giving back to the community!
Something of the line of:
After Ana Tudor posted something on Twitter, I tried to solve the issue, but my solution worked on Chrome on Mac, but not on Firefox or Chrome on Windows :(
Fascinating! I just spent (too long) on it, interestingly your solution didn't work for me on Chrome on Mac π€ I will have to revisit this, an interesting problem!
position: sticky
not working plz helpHow to grid span CSS
CSS grid stop rows from stretching
...and a bunch of other Grid-related shouting into the helpful void π
Spent an hour making it look good π
Cool! Like a shiny sparkly one, or a basic shape? Have a Codepen to share? β¨
It's using the basic shape only. I tried to change the default dots in the Slick carousels to diamonds! πΉ
Lately I've been searching for the least used CSS properties and what they are good for. I mean, did anyone ever used
widows: inherit
?Centering stuff π
I'm about to make a pinned post on this, lol!
You might be joking, but for the lurkers:
More options and details >
Now that's nice and I actually did search for all the possible ways of centering stuff, I wasn't joking π
Haha, well then Iβm glad that was indeed helpful! π«