bjones3 / webMinigame

Webgame built with pure Javascript and Python http://www.gardensim.club/
0 stars 0 forks source link

css revamp #80

Open phblj opened 7 years ago

phblj commented 7 years ago

This is just some reorganization of css. Don't worry about making the UI perfect-- we'll spend some time on re-doing the UI in Sprint 4. This is more technical refactoring to make the code easier to read and update later.

In general, you use markup for the content of a page, css for the layout, and javascript for interactivity. You don't have to be perfectly pure in this regard, but we can do a lot to simplify.