Spectre.css

repository·master·Indexed 11 days ago

https://github.com/picturepan2/spectre

A lightweight (~10KB gzipped), responsive, and modern CSS framework based on Flexbox. Version 0.5.9 provides a collection of pre-designed elements, components, and utilities as a flexible starting point for web projects.

Tokens
348
Snippets
5
Records
7
Agent score
45%

What's inside Spectre

  1. Overview of Spectre.css features

    master
    Spectre.css is a lightweight (~10KB gzipped), responsive, and modern CSS framework. It is flexbox-based and mobile-friendly, providing a starting point with modern base styles, a responsive layout system, CSS components, and utilities.
  2. Install Spectre.css via CDN

    master

    You can load the compiled Spectre.css directly into your project using the unpkg CDN. Add a <link> tag to the <head> section of your HTML document.

    <link rel="stylesheet" href="https://unpkg.com/spectre.css/dist/spectre.min.css">