kylaking / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Inline styles #4

Open martoio opened 6 years ago

martoio commented 6 years ago

Avoid using inline styles - they make things much harder to maintain in the long run. Keep your structure in your HTML and your visuals in the CSS.

https://github.com/kylaking/prj-rev-bwfs-dasmoto/blob/44763692b8443ea9529c7e061e02d0d27c2a2404/Dasmoto/index.html#L20

kylaking commented 6 years ago

Can you provide some guidance on how to do it within the CSS? I looked through my notes but couldn't figure out how to do it other than inline...I'm sure I'm just missing a really obvious concept!