tangle weave
%%
<label><input aria-controls="tangle-weave-rotate" onclick="document.getElementById(this.getAttribute(`aria-controls`)).setAttribute(`media`, this.checked ? `all` : `none`)" type="checkbox"/>rotate tangle weave image</label>
<style id="tangle-weave-rotate" media="none">
img[alt="tangle weave"] {
transform: rotate(90deg);
overflow: hidden;
}
</style>