index.html DOCTYPE html> Document 가위 바위 보 게임 유저 이미지 컴퓨터 index.css #top{ width : 800px; height : 100px; background-color: red; } #left{ width : 100px; height : 700px; float : left; background-color: yellow; } #mid{ width : 700px; height : 700px; float : left; background-color: orange; } #mid_top{ width : 700px; height : 200px; background-color: aqua; text-align: center; line-height: 150px; float ..