MartinaKulik / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Add comments to your code #3

Open sangjunp4rk opened 6 years ago

sangjunp4rk commented 6 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. This will become very useful in the future as your code grows and your css becomes more complicated.

https://github.com/MartinaKulik/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/resources/css/style.css#L1

MartinaKulik commented 6 years ago

Hi, could you please give an example for a comment? I am not sure if I understand you correctly. Thanks!