28 Apr 24

Multiple innovations have been released and are now supported in all modern browsers, and some of them fundamentally change how to make websites.

by levibeach Apr 2024 saved 2 times
Tags:

26 Apr 24

The modern way to create CSS shapes using a minimal code and a single element. A collection of CSS-only shapes created by Temani Afif.

by tobhar Apr 2024 saved 2 times

25 Apr 24

The modern way to create CSS shapes using a minimal code and a single element. A collection of CSS-only shapes created by Temani Afif.

by chrisSt Apr 2024 saved 2 times
Tags:

13 Apr 24

Really simple but powerful JavaScript / HTML5 / CSS audio player


25 Mar 24

10 Mar 24

JavaScript mangles semantics in a way that CSS does not.

Dynamic content (such as animated elements) and even some amount of user interaction is well handled by CSS to the extent that it more affords designers making pages such that that stuff can be turned off, ignored, overridden. That’s much more difficult with JavaScript and the virtual DOM.