我正在嘗試將文字附加到棕色框的左側。我不能。我不知道程式碼有什麼問題。請幫助我。
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中文網其他相關文章!