The History of Themeable User Interfaces
A full-ish history of user interfaces that can be themed to meet the opportunities and constraints of the time
๐ ๐ ๐ ๐ The History of Themeable User Interfaces: bradfrost.com/blog/post/th...
It was an incredible experience to write this piece. It blurs together the history of computers, video games, the web, design systems, and my own existence on this planet.
28.08.2025 17:52 โ ๐ 126 ๐ 41 ๐ฌ 7 ๐ 1
una.im | 5 Useful CSS functions using the new @function rule
CSS custom functions are a gamechanger. Here are 5 really useful examples.
๐ฅณ CSS functions have arrived*!!! ๐ฅณ
And they are *AWESOME*
Now, you can do:
@โfunction --alpha(--color, --opacity) {
result: rgb(from var(--color) r g b / var(--opacity));
}
div {
background: --alpha(red, 80%);
}
Lean more: una.im/5-css-functi...
(*arrived = in the latest stable Chrome)
13.08.2025 18:00 โ ๐ 170 ๐ 43 ๐ฌ 7 ๐ 5
"Bookmark" by Konstantin Denerz
codepen.io/konstantinde...
25.07.2025 15:32 โ ๐ 11 ๐ 3 ๐ฌ 0 ๐ 0
โต ๐ป Just published a fun little CLI toy: @konstantindenerz/yacht-animation
Let a yacht sail across your terminal like itโs 1995 โต๏ธ๐
```
npm install -g @konstantindenerz/yacht-animation
yacht-animation
```
๐ฆ npm: www.npmjs.com/package/@kon...
#cli #devfun #npm #ascii #yacht #sailing #nautics
12.06.2025 20:54 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
CSS Weekly Issue #612
Find out if CSS Carousels are accessible, how to trim margins using margin-trim property, if you should use an owl selector, and more.
CSS Weekly #612
๐ Are CSS Carousels are accessible?
โ๏ธ How margin-trim works
๐ฆ Should you use an owl selector (* + *)
๐พ Retro animations & modern CSS
Featuring @sarasoueidan.com, @jensimmons.bsky.social, @anatudor.bsky.social, @jamessw.com, @konstantindenerz.bsky.social. ๐
cssw.io/issue-612
28.05.2025 22:40 โ ๐ 17 ๐ 4 ๐ฌ 0 ๐ 0
10 Cool CodePen demos
10 Cool CodePen demos from April 2025
10 Cool CodePen Demos from April 2025
alvaromontoro.com/10-cool-code...
Lots of HTML+CSS demos in this edition: 3D product showcases, inspirational CSS Art, scroll-driven animations, engaging HTML and CSS-only components: toggles, accordions, buttons... and more!
#css #html #javascript #webdev
08.05.2025 15:58 โ ๐ 6 ๐ 3 ๐ฌ 1 ๐ 0
Auto layout just got more powerful with Grid
โ Format in a gallery, card or bento layout
โ Items can span multiple cells
#Config2025
07.05.2025 16:32 โ ๐ 76 ๐ 11 ๐ฌ 0 ๐ 4
๐ฅ
07.05.2025 16:45 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
In the next video I break down a 3D sphere intersection demo from Codepen and it's going to be absolute cinema.
06.05.2025 10:00 โ ๐ 41 ๐ 2 ๐ฌ 3 ๐ 0
Awesome! ๐คฉ
07.05.2025 09:59 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Cartoon of the CSS logo holding a lightsaber and saying "I am your father" while the Tailwind logo crouches yelling "NOOOOOOOOOO!"
And a new version... I like it, but maybe I should get rid of the lightsaber to make it less evil (CSS is inherently evil anyway, but deep down is good).
04.05.2025 14:39 โ ๐ 21 ๐ 6 ๐ฌ 0 ๐ 0
Giving anchor-tool.com a much-needed little facelift.
29.04.2025 01:06 โ ๐ 140 ๐ 14 ๐ฌ 7 ๐ 0
YouTube video by Andrej Karpathy
Deep Dive into LLMs like ChatGPT
Deep Dive into LLMs like ChatGPT by Andrej Karpathy ๐ฅ
www.youtube.com/watch?v=7xTG...
#llm #genai #ai
27.04.2025 10:34 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Thank you ๐
26.04.2025 07:58 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
A CSS demo where I use only one additional element besides the body, and lots of dynamically generated gradients using SCSS. โจ๐
@codepen.io codepen.io/konstantinde...
#CSS #webdev #demo #demoscene #art #gm #space #pixelart
24.04.2025 21:57 โ ๐ 29 ๐ 5 ๐ฌ 2 ๐ 1
WebKit
Open Source Web Browser Engine
Make websites? Are you reading webkit.org? We published 6 articles in the last 5 weeks โย aiming for at least one a week from now on. Teaching new tech, proposals for the future, and whatโs coming in Safari.
โข lh units
โข shape()
โข text-wrap: pretty
โข Safari 18.4
โข Item Flow
โข Declarative Web Push
25.04.2025 15:21 โ ๐ 127 ๐ 11 ๐ฌ 8 ๐ 3
CSS boilerplate | fokus
UA+ (User agent plus), a different type of reset style sheet
Following UA+, here's the next project.
CSS boilerplate: A default CSS structure for projects of any size.
It comes with a detailed explanation how I use cascade layers.
fokus.dev/tools/css-bo...
25.04.2025 06:08 โ ๐ 52 ๐ 12 ๐ฌ 4 ๐ 4
Sass: sass:math
Syntactically Awesome Style Sheets
Thanks! ๐
The objects are fixed in place so I can get the loop right. Full randomness makes the loop less clean and the layout less aesthetic. I use random values from SCSS at transpile time (sass-lang.com/documentatio...) to add some variation. Canโt wait for this: www.w3.org/TR/css-value...
25.04.2025 08:47 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
Thank you! ๐คฉ
25.04.2025 06:16 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
A CSS demo where I use only one additional element besides the body, and lots of dynamically generated gradients using SCSS. โจ๐
@codepen.io codepen.io/konstantinde...
#CSS #webdev #demo #demoscene #art #gm #space #pixelart
24.04.2025 21:57 โ ๐ 29 ๐ 5 ๐ฌ 2 ๐ 1
LIVE
Revision 2025 LIVE
๐ฐ Writing/Building a 3D geometry engine from scratch, starting at 18:00 CEST on the seminars stream. A great chance to improve your demo-making! 2025.revision-party.net/live/
18.04.2025 15:52 โ ๐ 4 ๐ 2 ๐ฌ 0 ๐ 0
๐ฅ๐ฅ๐ฅ
18.04.2025 15:20 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
โจ
16.04.2025 09:26 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
1
12.04.2025 07:56 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
A figure that shows the attr() syntax.
โ๏ธ New Article: First Look at The Modern attr()
I explored the new attr() capabilities and shared my thoughts about it. Happy reading!
ishadeed.com/article/mode...
03.04.2025 13:32 โ ๐ 132 ๐ 35 ๐ฌ 4 ๐ 6
Thank you Adam for your inspiration, passion, and knowledge. I wish you all the best!
11.04.2025 21:09 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
"Gooey Stars" by Konstantin Denerz
codepen.io/konstantinde...
04.04.2025 21:16 โ ๐ 16 ๐ 1 ๐ฌ 0 ๐ 0
#CSS view transitions
I appreciate not caring about a lot of details in this interaction pattern, like if landscape or portrait, grid and the browser continue to take care of everything
cdpn.io/pen/full/dyL...
01.04.2025 21:58 โ ๐ 76 ๐ 10 ๐ฌ 5 ๐ 0
CSS & SVG โจ @codepen.io codepen.io/konstantinde...
#creativecoding #css #web #svg #demoscene #art #cssart #codepen #gm #animation
31.03.2025 18:59 โ ๐ 11 ๐ 1 ๐ฌ 0 ๐ 0
@mixin --box {
aspect-ratio: 1;
inline-size: 100px;
block-size: 100px;
}
.box {
@apply --box;
}
Time to kick the tires on the #CSS @mixin prototype in Canary
โคท nerdy.dev/css-mixins-r...
26.03.2025 15:18 โ ๐ 134 ๐ 26 ๐ฌ 12 ๐ 8
Helping you stay up to date with CSS.
๐ฅ YouTube: https://cssw.io/youtube
โ๏ธ Mastering Linting: https://cssw.io/lint
๐ท๏ธ CSS Stickers https://cssw.io/stickers
Experienced web developer, specializing in design systems, animation, and creative coding. Passionate about pushing CSS to its limits.
Posts (mostly) front-of-the-frontend stuff and animations. Don't follow people who post or share about politics.
๐ฉ๐ปโ๐ป UX Engineer | Design Systems, VueJS, Web Components, Comics Accessibility | Staff Software Engineer at SiriusXM
๐๏ธ Maker of Things | Comics, Code, Art
โญ Nerdy Fangirl | Tabletop Games
Enthusiast
She/Her
sarahfrisk.com
I make things and help people. Web designer & developer, teacher, consultant, speaker, writer, musician, & artist. Host of Wake Up Excited! Author of Atomic Design. Enthusiasm enthusiast.
Independent designer + web design engineer, teacher, speaker. Interface Prototyping at Muthesius University of Fine Arts and Design. UX, prototyping, & design engineering workshops.
๐ง Newsletter: https://ownyourweb.site
๐ป Website: https://matthiasott.com
๐ป Web Platform Engineer at @igalia.com
Participate in WhatWG, CSSWG, OpenUI CG
๐ฆ Nature lover
๐ด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ Cardiff
A two-day advanced CSS conference in Amsterdam, NL.
https://cssday.nl
5th and 6th of June
Curated by PPK
creative developer @ Mangomint // animation, CSS & whimsical web enthusiast // Asheville, NC
sometimes making useless things at codepen.io/cobra_winfrey
Web aficionado, Cloud inhabitant, CSS devotee, Svelte superfan
๐คฏ Dadยณ.
๐ป #PHP / #WordPress / #Laravel / #JavaScript / #CSS
๐ง Running https://wpcharitable.com
Sharing what I ๐งก about tech + web. Cool tips, tools.
Posts + bad jokes are my own.
๐๐ป https://davidbisset.social
๐๐ป https://davidbisset.com
Multidisciplinary artist, technologist, and educator from Mรฉxico based in Hamburg.
๐ https://www.ilithya.rocks
๐ฎ #anydayshaders est. 2020
๐๐ฝ New shader course
https://www.academy.blindgallery.xyz/buyCourse/5f1f6044-21ba-4409-880e-02cd36568697
pragmatic, progressive, multidisciplinary creative, data scientist & full stack dev. occasional avid beach goer.
๐ https://marko.tech ๐ https://startyparty.dev
Klingon language expert, Klingon teacher, author, translator
frontend developer and consultant
HTML, CSS, accessibility
big fan of <button>s
creator of HTMHell
author of the Web Accessibility Cookbook
Computer Systems Engineer | Focused on frontend development | Love 3D | Learning ThreeJS
https://x.com/rolivaalonso
A webcomic about CSS. Coded in CSS.
https://comicss.art
Become a patron: https://www.patreon.com/comicss
Created by @alvaromontoro.bsky.social
Lead graphics programmer @AMD, previously SIE R&D (PlayStation). Opinions are my own. He/they.
๐ gboisse.github.io
CSS Weirdo
CSS Artist
CSS Crimes
CฬอฬฏฬถอซอฬฆฬอฬSอฬฬฬSออฬอฃฬฬ ฬองออฎฬฬต_ฬค_ฬฑฬญอออซฬทฬขฬฎอฬพองอฎอฌอออฬปอฎฬณฬอฬกองฬฬอองฬฟ Aฬฬอฬคฬอฆฬญอฬกฬ อฅฬงอฆออชอฬณอฆอฬฬ
ออฬ
อขฬฬฎฬน_ออออฬRอชอฏฬฬฬ ฬอฉอขฬฬกฬฬTฬ
Software Engineer | HTML, CSS, and other web things
Microsoft MVP
100% not an alien
Making the web more stylish โจ๐จ DevRel Lead for CSS & Web UI @ Google Chrome. Cohost of the CSS Podcast & host of Designing in the Browser. ๐ una.im