So I decided to publish a comic separate from OpenSea since NFTs on the Polygon blockchain are no longer free and it is not like I ever intended to sell them. But, this time, I didn’t use David Lewis Carousel CSS (it uses radio buttons) instead opting for a simple flex sequence of images. How’s that for KISS (Keep It Simple. Silly)?

Just look at the page:

<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
        <meta name="viewport" content="width=device-width" />
        <title>Tokens in Outworld</title>
        <style>
            body {
                display:flex;
                flex-flow:row nowrap;
                margin:0;
                padding:0;
            }
            span {
                margin-right:5em;
            }
            img {
                height:100vh;
            }
        </style>
    </head>
    <body>
        <span id="01"><img src="01.png"/></span>
        <span id="02"><img src="02.png"/></span>
        <span id="03"><img src="03.png"/></span>
        <!-- etc -->
    </body>
</html>

While the Collection is the first result if you Google “Tokens in Outworld” it is now hosted on Early Valentines website.