Hacker News new | ask | show | jobs
by peterkelly 1771 days ago
From https://asmcss.com/docs/1.x/

    <body>
    <!-- Your code here -->
    <div x-style="max-w:80; mx:auto; radius:md; e:2; e.hover:4; transition:all 0.25s; cursor:pointer">
        <img x-style="block; max-w:100%; w:100%; h:auto; radius-top:md" src="...">
        <div x-style="p:4">
            <div x-style="text:lg; color:black; font-weight:700">Fresh veggies</div>
            <div x-style="text:sm; color:silver; font-weight:400">600g</div>
            <p x-style="pt:4">
                Any veggie can belong on your menu, so choose what you love and use the rest
                for future meals and snacks you can enjoy in flavorful ways.
            </p>
        </div>
    </div>
    </body>

A brilliant parody. Full marks.
2 comments

> A brilliant parody. Full marks.

I sincerely hope you are right.

Unfortunately it doesn't appear to be a parody -- some of their company's product pages actually use it.