갈색박스 왼쪽에 텍스트를 붙이려고 합니다. 나는 할 수 없다. 코드에 어떤 문제가 있는지 모르겠습니다. 도와주세요.
CSS
.hero { position: relative; bottom: 80px; display: flex; justify-content: left; align-items: start; color: rgb(255, 255, 255); background-color: rgb(80, 40, 40); width: 1600px; height: 1955px; margin: auto; border-radius: 60px; } .firstHeroLeft-column { font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; align-items: start; margin-top: 180px; margin-left: 40px; justify-content: left; } .middleHeroLeft-column { font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; align-items: start; margin-top: 580px; margin-left: 40px; justify-content: left; } .bottleImg { width: 80%; float: right; } .europeImg { width: 80%; } .trademarkImg { width: 80%; }
HTML
<섹션>
위 내용은 CSS 도움말의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!