Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 670 Bytes

README.md

File metadata and controls

47 lines (34 loc) · 670 Bytes

zootycoon.css

Feeling nostalgic about the zootycoon.com site from the 2000's? You can use this CSS to add the old zootycoon.com styling to your own site.

installation

npm

npm i zootycoon.css

yarn

yarn add zootycoon.css

jsdelivr

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/zootycoon.css@2.1.0/zootycoon.css">

unpkg

<link rel="stylesheet" href="https://unpkg.com/zootycoon.css@2.1.0/zootycoon.css">

usage

classes

  • .zt-body
  • .zt-container
  • .zt-heading
  • .zt-link
  • .zt-nav
  • .zt-footer
  • .zt-button

BEM modifiers

  • --endangered
  • --african
  • --marine
  • --extinct

Check out index.html for a demo.