Get started with baseguide CDN

MIT licensed

The Baseguide library creates lightweight, interactive steps in web apps.

Tags:
  • css
  • sass
  • responsive
  • front-end
  • framework

Stable version

Copied!

How to start using baseguide CDN


<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="https://cdn.cdnhub.io/baseguide/4.2.0/css/baseguide.min.css">
  <title>Get started with baseguide CDN - cdnhub.io</title>
</head>
<body>
  <div class="bg-container">
    <div class="bg-box bg-primary">Primary</div>
    <div class="bg-box bg-secondary">Secondary</div>
    <div class="bg-box bg-tertiary">Tertiary</div>
  </div>
</body>
</html>
Copied!
Copied!

All versions