The Commodore logo built with pure CSS.
Single element, using the CSS shape() function and conic-gradient, no SVG, no assets β¨
πΊ Demo on @codepen.io :
codepen.io/editor/konst...
#C64 #CSS #RetroComputing #C64U #Commodore #webdev
@konstantindenerz
Consultant & Dev & Designer @ Thinktecture; export const { CSS, π€ GenAI, π °οΈngular, Material, nvim, UXβ‘οΈUI, Figma, CodePens,π... } = β€οΈ; π UTC+1 https://konstantin-denerz.com https://codepen.io/konstantindenerz
The Commodore logo built with pure CSS.
Single element, using the CSS shape() function and conic-gradient, no SVG, no assets β¨
πΊ Demo on @codepen.io :
codepen.io/editor/konst...
#C64 #CSS #RetroComputing #C64U #Commodore #webdev
The Commodore logo built with pure CSS.
Single element, using the CSS shape() function and conic-gradient, no SVG, no assets β¨
πΊ Demo on @codepen.io :
codepen.io/editor/konst...
#C64 #CSS #RetroComputing #C64U #Commodore #webdev
π₯
Midi Meets CSS out now!
@beyondtellerrand.com π€π»
nerdy.dev/midi-meets-c...
www.youtube.com/watch?v=PMx-...
π
π π π π 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.
π₯³ 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)
"Bookmark" by Konstantin Denerz
codepen.io/konstantinde...
β΅ π» 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
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
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
Auto layout just got more powerful with Grid
β Format in a gallery, card or bento layout
β Items can span multiple cells
#Config2025
π₯
In the next video I break down a 3D sphere intersection demo from Codepen and it's going to be absolute cinema.
Awesome! π€©
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).
Giving anchor-tool.com a much-needed little facelift.
Deep Dive into LLMs like ChatGPT by Andrej Karpathy π₯
www.youtube.com/watch?v=7xTG...
#llm #genai #ai
Thank you π
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
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
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...
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...
Thank you! π€©
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
π° 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/
π₯π₯π₯
β¨
1
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...