DannyWatsonNZ / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

A little repetitive in your css #2

Open farishkash opened 7 years ago

farishkash commented 7 years ago

So for example you wrote

font-size: 32px; color: white;

A few times for the h2

You could have wrote a separate css like this so you wouldn't have to repeat this.

h2 { font-size: 32px; color: white; }

DannyWatsonNZ commented 7 years ago

Thank you for pointing that out. I should have thought about it a little more.