yanamal / html-hax

An AppEngine app that teaches you web development
MIT License
0 stars 0 forks source link

Create alternative CSS for quiz questions #66

Open yanamal opened 6 years ago

yanamal commented 6 years ago

Quiz questions and "hacking" puzzles look too similar. This is bad because the user is supposed to do totally different things in them.

Create a new css file inside static, and make it distinct from the hacking puzzles CSS. Use the appropriate CSS inside at least one puzzle of each type (to be able to test it).

The hacking puzzles use the CSS static/puzzlestyle.css

You can start out by duplicating it, and then changing one or both CSS files so they are distinct.