Hacker News new | ask | show | jobs
by WaffleIronMaker 926 days ago
Yes, they are tilted:

    .text h3 {
        margin-top: 60px;
        margin-bottom: -4px;
        transform: rotate(-2deg) skew(-2deg);
        transform-origin: bottom left;
    }