liuyi9509 / codecademy-build-websites-from-scratch-

0 stars 0 forks source link

Inline styles #7

Open liuyi9509 opened 6 years ago

liuyi9509 commented 6 years ago

From @martoio on July 24, 2018 12:49

Try to avoid inline styles. They are really hard to manage and they end up causing more issues later on. Just apply a class and attach the styles to the class.

https://github.com/liuyi9509/Codecademy-SQL-intensive/blob/3fd7c7abc0d022b1c41e79cf61432a920a3f64b8/index.html#L16

Copied from original issue: liuyi9509/Codecademy-SQL-intensive#5

liuyi9509 commented 6 years ago

@martoio Hi thank you for your review. For inline style I have, I don't know if I should add an id and then write it in the css stylesheet?