98.css是一个专门用于构建Windows 98风格用户界面的CSS库和设计系统[1]。该项目提供了按钮、复选框、单选按钮、文本框、下拉列表、窗口、标签页等完整的HTML语义化组件样式[1]。
项目仅包含CSS代码,不含JavaScript[1],可与各种前端框架兼容[1]。开发者可通过npm安装(npm install 98.css)或从unpkg直接导入使用[1]。该项目采用MIT许可证[1],可通过GitHub releases页面或npm获取[1]。
98.css将语义化HTML和无障碍访问作为核心目标[1]。
98.css is a comprehensive CSS library and design system for creating user interfaces with a Windows 98 aesthetic [1]. The project provides developers with a complete set of semantically structured HTML component styles, including buttons, checkboxes, radio buttons, text fields, dropdown menus, windows, and tab interfaces [1].
The library contains no JavaScript code, making it a pure CSS solution that remains compatible with various frontend frameworks [1]. Users can integrate 98.css into their projects through npm by running npm install 98.css or by importing it directly from unpkg at https://unpkg.com/98.css [1].
Released under the MIT license, the project emphasizes semantic HTML and accessibility as core design principles [1]. Installation and usage instructions are available through GitHub releases and npm repositories [1].