CSS-DOS — A computer made of CSS
Summary
A creative project that builds a DOS-like computer interface entirely with CSS, showcasing the power of modern frontend styling.
Similar Articles
ds.css: A css framework recreating the DS / DS Lite's UI
ds.css is a CSS framework that recreates the Nintendo DS / DS Lite user interface, available via GitHub and npm for easy integration into web projects.
CSSQuake
CSSQuake is a CSS-based tool or demo that creates earthquake-like shaking effects on web pages.
Designing Lispy DSLs, part 1: SCSS (2012)
This article explores the design of Lispy domain-specific languages using SCSS, a Scheme-based CSS preprocessor, as a case study. It discusses how SCSS represents CSS as first-class values and the limitations of its implementation.
CSS: Unavoidable Bad Parts
A personal blog post by a non-web developer discusses the unavoidable bad parts of CSS, including layout challenges, browser defaults, and wrapper overuse, while highlighting a learnable subset for simple tasks.
Show HN: A CSS 3D Engine (no WebGL)
PolyCSS is a CSS polygon mesh library that renders 3D models as real HTML elements using CSS matrix3d, supporting OBJ/MTL, GLB, and VOX formats with React, Vue, or vanilla JS.