https://jdan.github.io/98.css/ * Intro * Components + Button + Checkbox + OptionButton + GroupBox + TextBox + Slider + Dropdown + Window o Title Bar o Window contents o Status Bar + TreeView + Tabs + TableView * Issues, Contributing, etc. 98.css --------------------------------------------------------------------- A design system for building faithful recreations of old UIs. npm gzip size Intro 98.css is a CSS library for building interfaces that look like Windows 98. See more on GitHub. My First VB4 Program Hello, world! OK Cancel This library relies on the usage of semantic HTML. To make a button, you'll need to use a When buttons are clicked, the raised borders become sunken. The following button is simulated to be in the pressed (active) state. I am being pressed Show code Disabled buttons maintain the same raised border, but have a "washed out" appearance in their label. I cannot be clicked Show code Button focus is communicated with a dotted border, set 4px within the contents of the button. The following example is simulated to be focused. I am focused Show code Checkbox A check box represents an independent or non-exclusive choice. -- Microsoft Windows User Experience p. 167 Checkboxes are represented with a sunken panel, populated with a "check" icon when selected, next to a label indicating the choice. Note: You must include a corresponding label after your checkbox, using the