Preview:
<style>
    /* Universal Box Sizing */
      
    *, *:before, *:after {
      box-sizing: border-box;
    }
      
    /* Universal Box Sizing with Inheritance */
      
    html {
      box-sizing: border-box;
    }
    *, *:before, *:after {
      box-sizing: inherit;
    }
</style>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter