Windows 98 CSS Framework – 98.css

Category: CSS & CSS3 , Frameworks , Recommended | May 9, 2020
Author:jdan
Views Total:4,197 views
Official Page:Go to website
Last Update:May 9, 2020
License:MIT

Preview:

Windows 98 CSS Framework – 98.css

Description:

98.css is a pure CSS UI framework to build Windows 98 style web UI elements.

See Also:

How to use it:

1. Install & download.

# NPM
$ npm install 98.css --save

2. Insert the stylesheet 98.css into the document.

<!-- From Local -->
<link rel="stylesheet" href="/path/to/build/98.css" />
<!-- From CDN -->
<link rel="stylesheet" href="https://unpkg.com/98.css" />

Components Included:

98.css Button

Buttons

98.css Checkbox

Checkbox

98.css Text Field

Text Field

98.css Dropdown

Dropdown

98.css Title Bar

Title Bar

98.css Dialog Window

Dialog Window

Changelog:

v0.1.12 (05/09/2020)

  • Add section in docs
  • Hide range input on all browsers
  • Displays indicator as radio outline on Windows 10 Firefox 75
  • Add svg icons
  • Add thumb styling on range input
  • Add track to range input
  • Add indicator css for has-recatangular-indicator
  • Update styling and labels for range input
  • Update example for simple range input
  • Remove repeated code
  • Remove unused icon and add vertical input style
  • Refactor styling and adapt description to fit
  • Add style for all vertical lengths and update docs
  • Correct 2x to 2px

04/26/2020

  • v0.1.7

You Might Be Interested In:


Leave a Reply