check thumbs-o-up twitter github desktop tablet folder-o wordpress

Basic Template

Basic starter template to include MM.css in your projects.

Here is a basic starter HTML template that can be used when building a webpage with the MM.css framework:

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Hello MM.css</title>
    <link href="https://unpkg.com/mmcss/dist/mm.min.css" rel="stylesheet">
  </head>
  <body>
    <h1>Hello, MM.css!</h1>
  </body>
</html>

Next, you may want to refer to these MM.css layout examples which detail how MM.css framework can be used to structure a page.

You may also find other advanced MM.css templates for use in your projects.

Want to contribute to the documentation? Edit this page on Github.