plane |
12 hr 52 min
|
train |
40 min
|
bus |
37 min
|
taxi |
11 min
|
6408.8 miles
|
plane |
13 miles
|
train |
8.9 miles
|
taxi |
7.4 miles
|
bus |
Some very smart ideas in here for resetting default browser styles, like only resetting lists that have classes applied to them:
ul[class],
ol[class] {
padding: 0;
}
I select only lists that do have a
class
attribute because if a plain ol’<ul>
or<ol>
gets used, I want it to look like a list. A lot of resets, including my previous ones, aggressively remove that.
Listening to @JoubranJad’s @FronteersConf talk, and I’m afraid I fundamentally disagree with his assertion that an app shell is a prerequisite for a good progressive web app. It’s one approach. Other excellent approaches are available.