PROJECT1 퀴즈 프로그램 | Project | JavaScript 여러분 안녕하세요. 혀코입니다. 이번 시간에는 JavaScript를 사용해서 퀴즈 프로그램을 제작해 보도록 하겠습니다. HTML 파일, CSS 파일과 JavaScript 파일을 다음과 같이 준비 합니다. index.html Question text Question Question Question Question Submit style.css * { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: #ccc; display: flex; align-items: center; justify-content: center; height: 100vh; } .container { background-color: #fff; border-.. 2020. 9. 14. 이전 1 다음