初学JavaScript之颜色小游戏
/*老师布置的的颜色小游戏的作业,根据问题显示的文字找出对应的颜色判断小游戏,可能有很多需要改进的代码,后面会多多改进的,谢谢2018-07-15 12:45:59*/ <! DOCTYPE html > < html > < head > < meta charset ="utf-8" /> < title > 颜色小游戏 </ title > < style type ="text/css" > .container { width : 400px ; height : 550px ; margin : 0 auto ; border : 1px solid black ; position : relative ; background-color : #F0F0F0 ; } .info { overflow : hidden ; } .time { margin : 20px 20px ; float : left ; } .score { margin : 20px 20px ; float : right ; } .question { width : 100% ; height : 80px ; font-size : 60px ; text-align : center ; margin-top : 140px ; color : blue ; } .reset {