DEV Community

Discussion on: How to make an e-commerce website with HTML, CSS and JS - 01

Collapse
 
leenguyen profile image
Lee Nguyen

Nice article. I have a suggestion when you style in css. You should restrict style use global tag like "a" tag, "img" tag because when the css read your file it will read from right to left. Example: That case " .collection p ". It will style all your "p" tag after that it have selected the "p" tag in .collection class. It is a option for practice performance. Again Nice article!

Collapse
 
themodernweb profile image
Modern Web

Thanks for telling☺️