@2trill2codeSubmitted about 1 year ago
- Are there better ways to do a simple CSS reset?
- Is there a better way to vertically and horizontally centre a div?
- How was the HTML? Was it semantic enough? How about the class names were they also semantic?
- Should all text type elements p, h1 etc. have class names?
- Is it a good practice to specify something like
h3
compared to.container h3
if you know that one h3 will be on the page?