Hacker News new | ask | show | jobs
by flerchin 533 days ago
Is there something I'm supposed to be noticing with "askew"? Seems the same as cattywampus.
1 comments

The page gets a CSS filter applied that tilts it by 1deg.

    <style>
        body {
            transform: rotate(1deg)
        }
    </style>