fatboynero / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Great! #3

Open Tooconfident opened 7 years ago

Tooconfident commented 7 years ago

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

Solid job with the CSS and not repeating yourself. Here is where you can apply that class name selector from the html like ".item" so in the future we won't have trouble with styling all the general h2's we don't want to. Again, your code is totally fine for this size project, this is only a note to keep track of for the future projects.

fatboynero commented 7 years ago

I am naming everything by what it does, i.e. blue, instead of what it is, i.e. item. I will remember this for the future. Thank you.