Guest User

Untitled

a guest
Jan 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. // what's the difference between these 2 rules ?
  2.  
  3. html {
  4. box-sizing: border-box;
  5. }
  6.  
  7. html {
  8. box-sizing: content-box;
  9. }
Add Comment
Please, Sign In to add comment