UNPKG

@dknight/puff

Version:

Full-featured, lightweight CSS framework that maintained

24 lines 832 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>puff css</title> <link rel="stylesheet" href="dist/puff.min.css"> </head> <body> <div class="tc vh100 d-flex justify-center m0" id="hero"> <div class="wrap"> <img src="docs/assets/img/feather.png" alt="puff feather" class="vop"> <h1 class="mt0 mega mb0 xxxl"> puff </h1> <h2 class="mb4">Full-featured CSS micro framework (~2kb gzip) with tiny footprint.</h2> <div class="d-flex align-center justify-center g2 tc"> <a href="docs/" class="button ph3">Docs</a> <a href="https://github.com/dknight/puff" class="button ph3 m0">GitHub</a> </div> </div> </div> </body> </html>