Sha256: 5186ac932988339347790407b804a6ba1bc21fb6182c38bdae5f3a05f139e959

Contents?: true

Size: 989 Bytes

Versions: 16

Compression:

Stored size: 989 Bytes

Contents

<!doctype html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Modular Grid Example</title>
  <link rel="stylesheet" href="example.css">
  <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
  <section class="container">
    <h1>Modular Grid System</h1>
    <h2>A flexible, responsive, percentage based grid system.</h2>
  </section>
  <section class="container debug">
    <div class="m1"></div>
    <div class="m1"></div>
    <div class="m1"></div>
    <div class="m1"></div>
    <div class="m1"></div>
    <div class="m1"></div>
    <div class="m2 r4-2-0 l0-2-4">I move.</div>
    <div class="m2-6-6"></div>
    <div class="m2-4-2"></div>
    <div class="m2-2-4"></div>
    <div class="m1-3-6"></div>
    <div class="m5-3-6"></div>
    <div class="side-bar">
      I disappear at the mobile size.
    </div>
    <div class="activity-feed"></div>
  </section>
</body>
</html>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
modular-grid-0.0.15 example/index.html
modular-grid-0.0.14 example/index.html
modular-grid-0.0.13 example/index.html
modular-grid-0.0.12 example/index.html
modular-grid-0.0.10 example/index.html
modular-grid-0.0.9 example/index.html
modular-grid-0.0.8 example/index.html
modular-grid-0.0.7 example/index.html
modular-grid-0.0.6 example/index.html
modular-grid-0.0.5 example/index.html
modular-grid-0.0.4 example/index.html
modular-grid-0.0.3b example/index.html
modular-grid-0.0.3a example/index.html
modular-grid-0.0.3 example/index.html
modular-grid-0.0.2 example/index.html
modular-grid-0.0.1 example/index.html