whipped up some 3d fun inspired by the Atom.io logo :-)
A Pen by Sascha Michael Trinkaus on CodePen.
| <?xml version="1.0" encoding="UTF-8"?> | |
| <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | |
| <channel> | |
| <title>OpenClaw Read Later</title> | |
| <description>Read-later items pushed from OpenClaw</description> | |
| <link>https://openclaw.ai</link> | |
| <lastBuildDate>Thu, 20 Feb 2026 09:50:00 +0000</lastBuildDate> | |
| <item> | |
| <title>Meet Superdesigner, My Design OS in Cursor — Part II</title> | |
| <link>https://designaistack.com/p/meet-superdesigner-my-design-os-in?r=l2kk4&utm_campaign=post&utm_medium=web&triedRedirect=true</link> |
whipped up some 3d fun inspired by the Atom.io logo :-)
A Pen by Sascha Michael Trinkaus on CodePen.
| =pseudoFade($start: bottom, $size: 30px, $color: #000, $edge: 0px, $pseudo: after, $z-index: false) | |
| position: relative | |
| &:#{$pseudo} | |
| content: "" | |
| display: block | |
| position: absolute | |
| -webkit-touch-callout: none | |
| -webkit-user-select: none | |
| -khtml-user-select: none | |
| -moz-user-select: none |