Skip to content

Instantly share code, notes, and snippets.

@griffiths
Last active January 30, 2018 02:03
Show Gist options
  • Save griffiths/fad8b67f236fce7ed68e3aac01a3bd20 to your computer and use it in GitHub Desktop.
Save griffiths/fad8b67f236fce7ed68e3aac01a3bd20 to your computer and use it in GitHub Desktop.
$("*").css("box-sizing","border-box").each(function(){$(this).css("border","1px solid #" + Math.random().toString(16).substr(-6))});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment