/**  **/
*{
    margin: 0;
    padding: 0;
}
html{
    font-size: 62.5% !important;
}I write this style, and then set height:10rem; to a div, but when I examine the element, I find that the height of the div is 120p x, why not 100px? I used the bootstrap, browser is chrome.
