0
KMKen Malley
The code above specifies that all HTML tags must have a width and a height of 1 pixel, as well as a border-box style.
0 Comments
*, *::before, *::after { box-sizing: border-box; }