<!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