Get started with bf-solid CDN

ISC licensed

BF-solid: 13 utility classes for responsive, flexible CSS layouts with minimal JS.

Tags:
  • css
  • framework
  • buzzfeed

Stable version

Copied!

How to start using bf-solid CDN


<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="https://cdn.cdnhub.io/bf-solid/2.11.2/solid.latest.css">
  <title>Get started with bf-solid CDN - cdnhub.io</title>
</head>
<body>
  <div class="solid-icon">
    <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
      <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 2c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4S14.21 6 12 6zm3 5H9v2h6v-2zM12 12c-2.67 0-5 2-5 5s2.33 5 5 5 5-2.33 5-5S14.67 12 12 12z"/>
    </svg>
  </div>
  <div class="solid-text">
    <button class="solid-button">
      <span class="solid-icon solid-checkmark"></span>
      Click me!
    </button>
  </div>
</body>
</html>
Copied!
Copied!
Copied!
Copied!

All versions