Skip to content

Instantly share code, notes, and snippets.

@juandopazo
Created August 22, 2011 02:01
Show Gist options
  • Select an option

  • Save juandopazo/1161496 to your computer and use it in GitHub Desktop.

Select an option

Save juandopazo/1161496 to your computer and use it in GitHub Desktop.
Default display for HTML5 elements
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio[controls],
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment