Blake's CSS Reset

Open Download
* {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  border-width: 0;
  background-color: transparent;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  text-align: initial;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}

img,
video {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}