tr { display: flex; flex-direction: row; justify-content: space-between; } td img { width: 32px; transition: all 0.2s; } td img:hover { width: 64px; } #comic { margin: 0 auto; } .strip { width: 512px; } .strip:hover { width: 512px; } /*# sourceMappingURL=style.css.map */