AshleyTim / prj-rev-bwfs-tea-cozy

0 stars 0 forks source link

link tag #2

Open rimmesbe opened 7 years ago

rimmesbe commented 7 years ago

Link tags come with text-underlined default. I would also recommend using a class here as this is too much styling to put on a general tag. If you need to use a link in another spot in the future it's going to be stuck with all these custom styles. Less reusable.

https://github.com/AshleyTim/prj-rev-bwfs-tea-cozy/blob/master/tea-cozy/resources/css/style.css#L35-L41

AshleyTim commented 7 years ago

Thanks for the advice, you're right about that. Will tidy up the code as a practice lesson.