|
|
|
|
|
by thomascgalvin
2286 days ago
|
|
I've seen people seriously recommend marking up your document like this: <div style="display: table;">
<div style="display: table-row;">
<div style="display: table-cell;">
</div>
</div>
</div>
How in the nine fires of hell is that better than just using a table? |
|
We are in similar egregious territory now days with how we’re doing styled components directly in the javascript and totally forgoing some of the principles of CSS (we are effectively in-lining styles , for everything). That’s alright, we go through this upending in frontend every 3 years anyway.