====== Html & css. How to... ======
===== Layout =====
==== ... prevent the padding property from changing width or height in CSS? ====
* https://stackoverflow.com/questions/779434/how-do-i-prevent-the-padding-property-from-changing-width-or-height-in-css
box-sizing: border-box;