Category: css
-

design tokens
A design token is just a named variable that stores a design decision — color, spacing, type size — so your whole system can change from one place. Instead of hardcoding `#0d0d0d` in fifty places, you define `–ink: #0d0d0d` once and reference the name everywhere. When the value changes, everything updates. Tokens create the contract…
-

W3Schools Online Web Tutorials
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java and more…
-

Material Design 3 – Components
Material 3 is the latest version of Google’s open-source design system. You can design and build beautiful, usable products with Material 3 components. Components are interactive building blocks for creating a user interface. They can be organized into five categories based on their purpose: Action Action components help people achieve an aim. Communication Communication components…


