AlexinAfrica / prj-rev-bwfs-tea-cozy

0 stars 0 forks source link

Add comments to css too #4

Open sangjunp4rk opened 7 years ago

sangjunp4rk commented 7 years ago

Try adding comments to your css page. Unlike html, css code is not naturally defined by its structure. So having comments helps you organize it and quickly navigate it. As a suggestion, add comments at the start of each section of the corresponding html code so readers can follow clearly between the two files.

https://github.com/AlexinAfrica/prj-rev-bwfs-tea-cozy/blob/master/TeaCozy/resources/css/style.css#L1

AlexinAfrica commented 7 years ago

Got it. Good idea. This helps.