Hacker News new | ask | show | jobs
by IggleSniggle 2459 days ago
Yes! Named areas are the best! The thing I can never decide is whether to use descriptive names or stick to single letter (since single letter helps visually clarify the intended layout)
1 comments

Since CSS isn't really space-sensitive, you could just pad unevenly matched names with spaces, and then layout should be reasonably clear in any standard monospaced text editor.
I don’t know why that didn’t occur to me. Thanks.