Hacker News new | ask | show | jobs
by Arnavion 526 days ago
The page gets a CSS filter applied that tilts it by 1deg.

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