universeodon.com is part of the decentralized social network powered by Mastodon.
Be one with the #fediverse. Join millions of humans building, creating, and collaborating on Mastodon Social Network. Supports 1000 character posts.

Administered by:

Server stats:

3.4K
active users

Learn more

#css

139 posts118 participants23 posts today

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 BeginnersIf you’re a designer who’d like to give in-browser mockups a try in your own work, this could be your starting point.

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

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

Have you ever wanted to have gap-rules in your #CSS Grid layouts, similar to column-rules? The Gap Decorations specification has its first public working draft! w3.org/TR/2025/WD-css-gaps-1-2

(“First public working draft” means it’s still being worked on and things in it might change, but the work has been made public and is now part of the historical record. This is a good time for the community [including YOU!] to read it and give feedback. Do **NOT** expect implementations right away.)

www.w3.orgCSS Gap Decorations Module Level 1

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

Replied to Terence Eden

Yet more HTML brainteasers for you to argue over!

How do you feel about newlines in attribute values?

For example:
`<img alt="A kitten.
A puppy.">`

Or:
`<div class="cat
dog
horse">`

Is there ever a time when a newline *must not* be replaced by a space?