Skip to content

Instantly share code, notes, and snippets.

@jeffreytgilbert
Created September 8, 2014 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffreytgilbert/e25850c74e1b4a326837 to your computer and use it in GitHub Desktop.
Save jeffreytgilbert/e25850c74e1b4a326837 to your computer and use it in GitHub Desktop.
Simple css file for zeroing out borders, padding, and margins on iframes and soon to include css animations for other tests where detecting keyframe progression may be possible.
iframe {
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment