Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Sticky Sidebar For Static HTML Sites

The birch canoe slid on the smooth planks.

Glue the sheet to the dark blue background.

It's easy to tell the depth of a well.

These days a chicken leg is a rare dish.

Rice is often served in round bowls.

The juice of lemons makes fine punch.

The box was thrown beside the parked truck.

The hogs were fed chopped corn and garbage.

Four hours of steady work faced us.

Large size in stockings is hard to sell.

The boy was there when the sun rose.

Page 2

CSS

#sidebar { 
  border: 1px solid #555;
  max-height: 30rem;
  max-width: 14rem;
  overflow-y: scroll;
}

.wrapper {
  display: grid;
  grid-template-columns: 15rem 1fr;
}