Spider.css


๐Ÿ•ท๏ธ Spider.css โ€” Lightweight, Powerful, Customizable CSS Framework

Spider.css is a minimal yet powerful utility-first CSS framework built for modern web developers who want rapid development, flexible utilities, animations, dark mode support, and extensible theming โ€” all in one file. Use it standalone or combine with your favorite JS framework. CDN ready. Developer-friendly. Stylish by default.

Spider.css Banner


๐Ÿš€ Features


๐Ÿ“ฆ Installation

โœ… CDN via jsDelivr

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/pjdeveloper896/Spider.css/dist/Spider.css">

JS CDN FOR ADVANCE .

https://pjdeveloper896.github.io/Spider.css/dist/Spider.js
<link rel="stylesheet" href="https://pjdeveloper896.github.io/Spider.css/dist/Spider.css">

๐Ÿงช Usage Example

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Spider.css Demo</title>
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/pjdeveloper896/Spider.css/dist/Spider.css">
</head>
<body class="p-2">

  <h1 class="text-center text-primary">Welcome to Spider.css</h1>

  <div class="card shadow m-2 p-2">
    <p>This is a styled card with padding, margin, and shadow.</p>
    <button class="bg-primary text-white rounded p-1">Click Me</button>
  </div>

</body>
</html>

๐Ÿงฐ Utility Classes

๐Ÿ“ Spacing

๐Ÿ“ Text Alignment

๐ŸŽจ Colors

๐Ÿ“ฆ Layout

๐Ÿงฒ Flex Utilities


๐ŸŒ“ Dark Mode

Enable dark mode globally:

<html data-theme="dark">

Or dynamically toggle via JavaScript:

document.documentElement.setAttribute('data-theme', 'dark');

โœจ Animations

Use like:

<div class="fade">I fade in!</div>

๐Ÿ”ฎ Custom Attributes (Planned)

spy

Interactive element observation via custom attribute (upcoming JS support).

shop

Auto-bind styled commerce components (cart, buy button, etc).


๐Ÿ“ Folder Structure

Spider.css/
โ”œโ”€โ”€ dist/
โ”‚   โ””โ”€โ”€ Spider.css         # Compiled CSS file
โ”œโ”€โ”€ src/
โ”‚   โ””โ”€โ”€ framework.scss     # Source SCSS file
โ”œโ”€โ”€ docs/
โ”‚   โ””โ”€โ”€ index.html         # Documentation and demo
โ””โ”€โ”€ README.md              # This file

For coustmisation.

  1. copy Spider.css from github.
  2. create a config.css .
  3. paste the Spider.css code in it .
  4. coustmise it and use it

๐Ÿง‘โ€๐Ÿ’ป Author

Made with โค๏ธ by PJ Developer


๐ŸŒ Live Demo

๐ŸŒ View Live Example

๐ŸŒ View Live Example


```