tyrrellv / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Modularize HTML and CSS #1

Closed aubreywullschleger closed 7 years ago

aubreywullschleger commented 7 years ago

Simplify! I would make sure that your CSS and HTML code is clearly separated, inline styles, although valid, make your HTML more difficult to read. I would work on moving those styles to selectors in your CSS. https://github.com/tyrrellv/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/index.html#L10 https://github.com/tyrrellv/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/index.html#L17 https://github.com/tyrrellv/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/index.html#L24