Get started with basscss CDN

MIT licensed

BassCSS is a lightweight, modular CSS library for quick styling without relying on JS.

Tags:
  • atomic css
  • functional css
  • css
  • framework
  • oocss
  • basscss

Stable version

Copied!

How to start using basscss CDN


<!DOCTYPE html>
<html>
<head>
  <title>Get started with basscss CDN - cdnhub.io</title>
  <link rel="stylesheet" href="https://cdn.cdnhub.io/basscss/8.1.0/css/basscss.min.css">
</head>
<body>
  <button class="button primary">Primary Button</button>
  <button class="button secondary">Secondary Button</button>
  <button class="button tertiary">Tertiary Button</button>

  <style>
    .container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
    }
  </style>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!

All versions