July 11, 2021
Short CSS Base Reset - Essential CSS Properties to Reset [Reference]
As a general CSS reset applied across all elements of a website, use the below. I’ve included some (not very helpful) comments to explain the most common use case I have found for each of the properties. * { margin: 0;/* the amount of space that a paragraph has by...