설명: 위와 같이 website 를 만들기 위한 layout 연습을 했습니다. style sheet 를 어떻게 썼는지 설명하겠습니다. style sheet * { margin: 0; padding: 0; } a { text-decoration: none; color: black; } li { list-style: none; } #wrap { width: 1200px; height: 700px; margin: 0 auto; text-align: center; flex-wrap: wrap; } #header { background-color: #f6d6d6; display: flex; } #header h1 { width: 30%; height: 100px; border-right: 1px dashed #0..