tfagan0721 / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Use class for the strong tags #5

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

Rather that alter the styling of the strong tags, or rather than using inline styling you should use a descriptive class. .price { color: blue; } This class name describes the component being styled which not only makes it descriptive but also reusable for future use.

https://github.com/tfagan0721/prj-rev-bwfs-dasmoto/blob/master/Arts%20and%20Crafts%20Page/Resources/style.css#L8

tfagan0721 commented 6 years ago

Thanks. That makes sense, not sure why I didnt think of that.