Blake's CSS Reset

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

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

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