Socket
Socket
Sign inDemoInstall

98.css

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

98.css - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

dist/zoom.png

5

package.json
{
"name": "98.css",
"version": "0.1.9",
"version": "0.1.10",
"description": "A design system for building faithful recreations of old UIs",

@@ -11,3 +11,4 @@ "main": "dist/98.css",

"build": "node build.js",
"deploy:docs": "npm run build && gh-pages -d dist"
"deploy:docs": "npm run build && gh-pages -d dist",
"release": "npm run build && npm publish"
},

@@ -14,0 +15,0 @@ "repository": {

35

README.md

@@ -5,6 +5,9 @@ ## 98.css

![a screenshot of a window with the title "My First VB4 Program" and two buttons OK and Cancel, styled like a Windows 98 dialog](https://github.com/jdan/98.css/blob/master/docs/window.png?raw=true)
<img alt="a screenshot of a window with the title 'My First VB4 Program' and two buttons OK and Cancel, styled like a Windows 98 dialog" src="https://github.com/jdan/98.css/blob/master/docs/window.png?raw=true" height="133"> <img alt="a magnified view showing pixel-perfect borders on a scrollbar and button element" src="https://github.com/jdan/98.css/blob/master/docs/zoom.png?raw=true?raw=true" height="133">
98.css is a CSS file that takes semantic HTML and makes it look pretty. It does not ship with any JavaScript, so it is compatible with your frontend framework of choice.
[![npm](https://img.shields.io/npm/v/98.css.svg)](http://npm.im/98.css)
[![gzip size](http://img.badgesize.io/https://unpkg.com/98.css?compression=gzip&label=gzip)](https://unpkg.com/98.css)
### Installation / Usage

@@ -17,20 +20,20 @@

<html>
<head>
<title>98.css example</title>
<meta charset="UTF-8" />
<link rel="stylesheet" href="https://unpkg.com/98.css" />
</head>
<head>
<title>98.css example</title>
<meta charset="UTF-8" />
<link rel="stylesheet" href="https://unpkg.com/98.css" />
</head>
<body>
<div class="window" style="margin: 32px; width: 250px">
<div class="title-bar">
<div class="title-bar-text">
My First VB4 Program
</div>
<body>
<div class="window" style="margin: 32px; width: 250px">
<div class="title-bar">
<div class="title-bar-text">
My First VB4 Program
</div>
<div class="window-body">
<p>Hello, world!</p>
</div>
</div>
</body>
<div class="window-body">
<p>Hello, world!</p>
</div>
</div>
</body>
</html>

@@ -37,0 +40,0 @@ ```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc