Start

How to get started

npm

npm install molecule-css

CDN (UNPKG)

<link rel="stylesheet" href="https://unpkg.com/molecule-css@latest/css/molecule.min.css">

Basic html


<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title></title>
    <link rel="stylesheet" href="https://unpkg.com/molecule-css@latest/css/molecule.min.css">
  </head>
  <body>
    <!-- Contents -->
  </body>
</html>
            

Download package

Go DownloadPage