larrybotha
3/24/2016 - 9:28 PM

Gists for http://fixate.it/blog/css-display-properties/

/* children of the <head> element all have display:none */
head, link, meta, script, style, title {
  display: none;
}
p {
  display: block;
  -webkit-margin-before: 1__qem;
  -webkit-margin-after: 1__qem;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

address, article, aside, div, footer, header, hgroup, layer, main, nav, section {
  display: block;
}
body {
  display: block;
  margin: 8px;
}