body { margin: 0; font-family: sans-serif; font-size: 12px; } .wreck { width: 20px; cursor: pointer; padding: 2px; fill: none; stroke: #eee; stroke-width: 0.4; stroke-dasharray: 1; } .wreck.killed { stroke: none; fill: #eee; } .wreck:hover { border: 2px solid #eee; } .wreck::before { display: block; content: ''; position: absolute; bottom: 1px; right: 1px; width: 6px; height: 6px; overflow: hidden; } .wreck.teamA::before { background: #cc0899; } .wreck.teamB::before { background: #14ea6a; } .wreck::after { display: block; content: attr(data-label); color: #eee; position: absolute; top: -0.2em; left: calc(100% + 0.4em); padding: 0.2em 0.5em; background: #000b; border-radius: 0.5em; border: 1px solid #444; pointer-events: none; width: max-content; } #wrapper { display: flex; width: 100vw; height: 100vh; flex-direction: column; } #container { position: relative; overflow: hidden; flex-grow: 1; } #toolbar { background: #eee; padding: 1em; }