
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
<style>
.main-top{
background-color: green;
width: 1190px;
height: 160px;
margin: 38px auto 0px auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.main-left-privacy {
background-color: green;
width: 175px;
height: 480px;
margin-top: 52px ;
margin-left: 356px;
}
.main-left-menu {
background-color: green;
width: 175px;
height: 1763px;
margin-top: 38px;
margin-left: 356px;
}
.main-right-menu {
background-color: green;
width: 750px;
height: 3451px;
margin-right: 356px;
m
}
</style>
</head>
<body>
<H1 class="main-top">메인보드</H1>
<h1 class="main-left-privacy">개인 정보</h1>
<h1 class="main-left-menu">메뉴판</h1>
<h1 class="main-right-menu">메뉴에 음식들</h1>
</body>
</html>
현재 html 뼈대를 만들어 보고 있는데 메뉴에 음식들이 아래쪽으로 가더라구요 어떻게 해야 오른쪽으로 옮길수 있는지 궁금합니다.
