Search Articles — Sudonull

Search Results

In this project

CSS for large dropdown menus in forms

https://sudonull.com/css-for-large-dropdown-menus-in-forms

Learn how to fix the UX anti-pattern with limited select — CSS solutions, React examples, best practices. Increase dropdown height for lists with 100+ options without scrolling.

CSS Doom: rendering the game without Canvas

https://sudonull.com/css-doom-rendering-the-game-without-canvas

Learn how to implement Doom using pure CSS with 3D div elements. Technical details on transform, custom properties, and WAD file adaptation. For middle/senior developers.

CSS Studio: MCP style editor for AI agents

https://sudonull.com/css-studio-mcp-style-editor-for-ai-agents

Visual editor CSS Studio integrates dev build with Claude Code and Cursor via MCP. Edit styles by hand — agent updates Tailwind/CSS-in-JS. Learn trade-offs and benchmarks. Try demo on cssstudio.ai.

Tailwind CSS: limits of design systems for developers

https://sudonull.com/tailwind-css-limits-of-design-systems-for-developers

Analysis of why Tailwind is not suitable for scalable design systems. Analysis of CVA, CSS variables and @utility with code examples. Learn how to avoid tech debt in projects 6+ months.

From the web

CSS Entities - W3Schools

https://www.w3schools.com/cssref/css_entities.php

Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, Python, Bootstrap, Java and XML.

CSS Universal (*) Selector - W3Schools

https://www.w3schools.com/cssref/sel_all.php

The CSS universal selector (*) selects all elements of any type. The universal selector (*) can also select all elements inside another element (See "More Examples").

What does an asterisk (*) do in a CSS selector? - Stack Overflow

https://stackoverflow.com/questions/1204275/what-does-an-asterisk-do-in-a-css-selector

Jul 30, 2009 · The CSS that you referenced is very useful to a web-designer for debugging page layout problems. I often drop it into the page temporarily so I can see the size of all the page elements and …

CSS - Wikipedia

https://en.wikipedia.org/wiki/CSS

CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript. [3] CSS is designed to enable the separation of content and presentation, including layout, colors, and fonts. [4]

CSS reference - CSS | MDN - MDN Web Docs

https://developer.mozilla.org/en-US/docs/Web/CSS/Reference

Nov 13, 2025 · Use this CSS reference to browse an alphabetical index of all of the standard CSS properties, pseudo-classes, pseudo-elements, data types, functional notations and at-rules.

CSS: Cascading Style Sheets - MDN Web Docs

https://developer.mozilla.org/en-US/docs/Web/CSS

Dec 29, 2025 · Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML or XML (including XML dialects such as SVG, MathML or …

HTML Entities Reference: Unicode, Hex & CSS Codes - CodeShack

https://codeshack.io/html-entities-reference/

The complete guide to HTML entities and special characters. Quickly search and copy arrows, crypto symbols, and UI icons. Get Hex, Decimal, and CSS codes instantly.

Cascading Style Sheets - World Wide Web Consortium (W3C)

https://www.w3.org/Style/CSS/Overview.en.html

Jun 30, 2026 · Cascading Style Sheets (CSS) is a core language of the open web platform, and is used for adding style (e.g., fonts, colors, spacing) to Web documents. These pages contain information on …

css selectors - What does "*" mean in CSS? - Stack Overflow

https://stackoverflow.com/questions/8715860/what-does-mean-in-css

This is a common part of a general css reset. This basically sets all margin and padding of all (*) elements to 0. You are then free to add your own margin and padding values to each element as per …

CSS Entities - Dofactory

https://www.dofactory.com/css/entities

Sep 30, 2023 · Master CSS entities with our quick examples. Learn how to insert special characters into web pages, such as copyright symbols, foreign characters, and mathematical symbols.

Trending Now