Get started with tachyons CDN

MIT licensed

Tachyons is a component-based design system for fast and flexible styling in JS projects.

Tags:
  • css
  • sass
  • oocss
  • performance
  • tachyons
  • tachyons.css

Stable version

Copied!

How to start using tachyons CDN


<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="https://cdn.cdnhub.io/tachyons/4.11.1/tachyons.min.css">
  <title>Get started with tachyons CDN - cdnhub.io</title>
</head>
<body>
  <div class="center pa3">
    <h1 class="f1 tc">Welcome to Tachyons!</h1>
    <p class="f3 lh-copy">This is an example of using Tachyons CSS library.</p>
    <button class="bg-green ba b--black mv2 pv2">Click me</button>
  </div>
</body>
</html>
Copied!
Copied!

All versions