Jonas Pelzer

@pelzer.bsky.social

Digital designer, check jonaspelzer.com

💡 CSS Tip! An old design pattern solved by a modern CSS feature. css-tip.com/responsive-s... Learn how Gap Decorations makes it easy to add a separator between items using simple code with no hacks. It works with different alignment settings, and you can easily adjust the shape as well.

CSS by T. Afif@css-only.dev · last mo.

📝 New CSS Article! I did a quick exploration of the new "Gap Decorations" thing, and I ended up doing a lot of fancy stuff except for decorating the gaps 😅 master.dev/blog/lets-pl... Read my latest article to learn a lot of nice tricks around this feature.

is it me or is microsoft teams account management extremely confusing? i have been added to a workspace by a client as a guest, but can neither connect it to my actual account nor change the guest account’s display name (which is “mail” due to my email address starting with mail@ 🤨)

There’s a new type of CSS scroll-state query coming: “scrolled”. This one remembers the last direction you scrolled into, which you can use to build “hidey bars”: when scrolling down (or having scrolled down), the hidey bar hides itself. When then scrolling back up, the hidey bar reveals itself.