Battle

Details

Description

Some days, you just gotta go with the joke.

The HTML

<bitty-1-3 data-connect="PageContent">
  <img class="bat" src="/images/bat-l.png">
</bitty-1-3>

The CSS

bitty-1-3 {
  display: flex;
  justify-content: center;
}

.bat {
  height: 80vh;
}

The JavaScript

window.PageContent = class {
};