Live data from Hacker News

Ask HN: When building for the web, do you worry about pixel perfect?

news.ycombinator.com

1–7 of 7 posts

Re: Ask HN: When building for the web, do you worry about pixel perfect?

#2
Nope, and if someone tries to make you better bill them 20x. Just not what the web is made for, and too large range of devices, browsers and user settings you can't and aren't even intended to be able to control for. (if you are using web tech to target specific environments and not general web users that can be different)

Re: Ask HN: When building for the web, do you worry about pixel perfect?

#3
Nope. With modern frameworks you get very powerful layout systems but they tend to favor cross-device compability and responsiveness and not the kind of layout control that desktop publishing or Photoshop gives you.

Pixel perfection is very expensive and time consuming across multiple devices. Even resorting to images can be difficult due to device responsiveness. Unless we are talking about highly targeted campaigns that feature single page apps, you won't be bothering with pixel perfect designs for ALL you sites.