95CSS is a simple CSS framework in the style of the Windows95 O.S. While we try to get as close as possible to the original Windows95 styling, we have made changes and updates in some places to make it more useable for the modern screen.
To get started, you can use a CDN or import it in your CSS.
Via HTML:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/95css@latest/css/95css.min.css" />
Via CSS import
@import "https://cdn.jsdelivr.net/npm/95css@latest/css/95css.min.css";
At this moment, the following components have been styled
Including
- Default state
- Active state
- Focused state
- Disabled state
- Highlighted state (Think of this as a "primary" button)
- Text inputs
- Number inputs
- Checkboxes
- Radios
- Selects
- Including [multiple]
- Range
- Color
Comes in different sizes Can be used for modals/popups as well as a card component
- Tabs
- Fieldsets
- Legends
- Dividers (
hr
's) - Progress bars
- Scrollbars
- Header/navigation
We currently provide basic helpers for the following styling:
- Width
- Spacing (margins, paddings, gaps)
- Grid This will be expanded upon in the future
Currently, no JavaScript is included in the framework. While this may change in the future to enhance interactivity for certain components—such as tabs, modals, or dropdowns—or to enable more advanced styling, our focus is on providing robust CSS styles that make it easy for you to implement any necessary JavaScript yourself.
This repository is being actively maintained. Please be aware that we are still in an early stage and any and all styling might change in the future. This includes breaking changes.
A community Figma file is available here. Please note that this file might not be actively updated.
Code copyright 2025 Yoshi Mannaert. Code released under the MIT license.