Live data from Hacker News

Viewing profile — coffeepixelcode

coffeepixelcode

HN member
Joined
Fri, Nov 18, 2016, 11:14 PM UTC
HN karma
1
Public activity
1 items

About coffeepixelcode

No profile information was provided.

Recent public activity

  1. comment
    Comment #12990880

    Inline styles don't work for a number of reasons: - No pseudo class support - No media query support - Specificity issues - You'll never stop writing CSS, bloat becomes a problem. …