Viewing profile — kybradeck
kybradeck
HN member- Joined
- Fri, Feb 02, 2018, 6:58 PM UTC
- HN karma
- 5
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About kybradeck
Product Designer @Dropbox.
Recent public activity
-
comment
Comment #16313641
Yes, but that would mean the first gridline == 0 and the last gridline == -1, instead of the way the spec is written today, where the first gridline == 1 and the last gridline == -…
-
comment
Comment #16295387
I believe it's so that you can use -1 to refer to the last gridline. If it was 0-indexed there would be no way to target that final gridline, or there would be a one-off error when…
-
comment
Comment #16293206
The video mentions that CSS Grids are used in the production site for the NYTimes. See https://open.nytimes.com/bootstrap-to-css-grid-87b3f5f830e4 .