flipboard.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Welcome to Flipboard on Mastodon. A place for our community of curators and enthusiasts to inform and inspire each other. If you'd like to join please request an invitation via the sign-up page.

Administered by:

Server stats:

1.2K
active users

#css

122 posts102 participants10 posts today

My IndieWeb blog carnival entry on “renewal”! I talk about reconnecting w/ what I most enjoy about composing & coding, and avoiding treating leisure & projects as if I need to impress someone. reillyspitzfaden.com/posts/2025/0... #IndieWeb #Blog #Blogging #WebDev #WebDesign #Coding #HTML #CSS

IndieWeb Blog Carnival — “Rene...

Pixel art of a radio tower and floppy disk, with pixel art text reading 'Reilly Spitzfaden'
reillyspitzfaden.comIndieWeb Blog Carnival — “Renewal”

My April IndieWeb blog carnival entry on “renewal”!

I often feel compelled to tweak and redesign my website at the expense of other things I value. I talk about reconnecting with what I most enjoy about composing and coding, and avoiding treating my leisure and projects as if I need to impress someone.

reillyspitzfaden.com/posts/202

Pixel art of a radio tower and floppy disk, with pixel art text reading 'Reilly Spitzfaden'
reillyspitzfaden.comIndieWeb Blog Carnival — “Renewal”

Hello, everyone

I'm a Senior Full Stack Developer with 8+ years of experience delivering scalable, high-performance web applications across startups and global companies. I specialize in JavaScript, TypeScript, Python, React, Next.js, Angular, Vue, Node.js, Django, and FastAPI.

Please check my past work here:
alilee.vercel.app

Let’s build something amazing together.

#forhire #remote #wfh #fullstack #frontend #seeking #job #gigs #contract #opportunity #work #backend #react #next.js #css

Cover Flow with Modern #CSS: Scroll-Driven Animations in Action: "Cover Flow let users flip through items as if browsing a tangible collection. Today, we can recreate this effect using only HTML and CSS, thanks to advancements like scroll-driven animations." addyosmani.com/blog/coverflow/

addyosmani.comCover Flow with Modern CSS: Scroll-Driven Animations in ActionDive into implementing the iconic Cover Flow UI pattern using modern CSS scroll-driven animations and alternative ways of implementing Cover Flow, such as vi...

I’m fortunate to have worked with a lot of amazing designers over the years. Some were curious about designing in the browser with basic #HTML and #CSS, but weren’t sure where to begin, or felt discouraged by a lot of developer-centric content.

This is the advice I gave that seemed to resonate most: cloudfour.com/thinks/designing

The author smiles warmly next to five floating icons representing concepts from this article
Cloud Four · Designing in the Browser: Five Tips for Beginners
More from Tyler Sticka

How does the z-order stack behave with Shadow DOM? Is it all above or below the normal DOM components or are they intermixed somehow? For instance, if you launch a full screen modal from the shadow dom, does it behave “properly” in terms of z-index? #css