Get started with 1140 CDN

licensed

The 1140 JS library is a responsive grid system for designing adaptive layouts.

Tags:
  • 1140

Stable version

Copied!

How to start using 1140 CDN


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

All versions