Trendora

CSS

Trial

Languages & Frameworks

The stylesheet language used to style web pages and interfaces.

Why it's here

Placed in Trial: 5 article(s) of evidence from 1 source(s), led by open-source activity, with 3 in the last 30 days. Confidence 43%.

Evidence (5)

  • 2Hacker News·8/6/2026research
    Photo essay revisits dot-com era web design in London

    The article is a retrospective photo essay about working at a London digital agency during the dot-com boom, highlighting the tools, workflows, and office culture of early web development. It describes hand-coded HTML, JavaScript, and CSS in HomeSite, table-based layouts, spacer GIFs, and the period hardware and software used on the job. The piece is primarily nostalgic and historical rather than announcing a current product or technical release.

  • 3Hacker News·8/4/2026open_source
    Browser extension centers content around sidebars and DevTools

    The article describes a CSS/JavaScript approach for centering a page element relative to the visible browser window rather than the page viewport, so layouts remain visually centered when sidebars or docked DevTools are open. It also introduces a small extension, center, actually, that applies the fix on pages the user does not control.

  • 4Hacker News·7/23/2026open_source
    98.css brings Windows 98-style UI styling to the web

    98.css is a CSS-only design system for recreating the look of classic Windows 98 interfaces. It emphasizes semantic HTML and accessibility, and can be used with frameworks like React or plain JavaScript without adding any JavaScript of its own.

  • 2Hacker News·7/7/2026research
    Why 98% support is not enough

    The post argues that claiming 98% success or compatibility can be misleading when the remaining 2% affects basic expectations or a meaningful share of real users. It uses examples from payments, food safety, and web browser support to show that graceful degradation and audience-specific compatibility matter more than headline percentages.

  • 3Hacker News·6/27/2026open_source
    Beer CSS: a Material Design CSS framework

    Beer CSS is a frontend CSS framework that lets developers build Material Design-style interfaces quickly. The project emphasizes speed of implementation and a compact set of components for common UI patterns.