System *Things

I think we’re all largely aware of colors like this: color: OldLace; background: rebeccapurple; I guess you’d just call those “named colors” in CSS. Those aren’t the only kind of named colors there are though. Some of them are a bit more fluid. Jim Nielsen was blowin’ minds the other Read more…

Custom Property Brain Twisters

I am part of that 82% that got it wrong in Lea’s quiz (tweet version). Here’s the code: :root { –accent-color: skyblue; } div { –accent-color: revert; background: var(–accent-color, orange); } So what background do I expect <div> to have? My brain goes like this: Well, –accent-color is declared, so Read more…

Chapter 9: Community

In April of 2009, Yahoo! shut down GeoCities. Practically overnight, the once beloved service had its signup page replaced with a vague message announcing its closure. We have decided to discontinue the process of allowing new customers to sign up for GeoCities accounts as we focus on helping our customers Read more…