Newer
Older
minerva / Tests / LibWeb / Layout / input / grid / intrinsic-sized-column.html
@minerva minerva on 13 Jul 303 bytes Initial commit
<!DOCTYPE html>
<html>

<head>
  <style>
    body {
      float: left;
    }

    .grid {
      display: grid;
      grid-template-columns: 20px;
    }

    .whee {
      background: pink;
    }
  </style>
</head>

<body>
  <div class="grid">
    <div class="whee" style="border: 1px solid black;">whee