Get started with fukol-grids CDN

do as thou wilt licensed

Fukol-grids: Lightweight, flexible library for responsive tables with sorting, searching, and pagination.

Tags:
  • flexbox
  • css
  • minimal

Stable version

Copied!

How to start using fukol-grids CDN


<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="https://cdn.cdnhub.io/fukol-grids/0.1.0/fukol.min.css">
  <title>Get started with fukol-grids CDN - cdnhub.io</title>
</head>
<body>
  <div class="grid">
    <div class="grid-item">Item 1</div>
    <div class="grid-item">Item 2</div>
    <div class="grid-item">Item 3</div>
    <div class="grid-item">Item 4</div>
  </div>
</body>
</html>
Copied!
Copied!
Copied!

All versions