|
|
|
|
|
by roryokane
4445 days ago
|
|
Page 15 doesn’t make inline divs, it makes inline-block divs. That makes all the difference. I think since the inside of the div is displayed like a block, a div is more appropriate than a span. It would be weird to have a span with block insides, even if it’s inline in its context. |
|