CSS-DOS — A computer made of CSS

Lobsters Hottest Tools

Summary

A creative project that builds a DOS-like computer interface entirely with CSS, showcasing the power of modern frontend styling.

<p><a href="https://lobste.rs/s/jvvfbe/css_dos_computer_made_css">Comments</a></p>
Original Article

Similar Articles

CSSQuake

Hacker News Top

CSSQuake is a CSS-based tool or demo that creates earthquake-like shaking effects on web pages.

Designing Lispy DSLs, part 1: SCSS (2012)

Lobsters Hottest

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

Lobsters Hottest

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)

Hacker News Top

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.