About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
lordfpx
2/5/2017 - 9:55 AM
share
Share
add_circle_outline
Save
Inherit box-sizing
Inherit box-sizing
box-sizing.css
content_copy
file_download
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }
clear