Rumah > Artikel > hujung hadapan web > Bantuan dengan CSS
Saya cuba melampirkan teks di sebelah kiri kotak coklat. saya tak boleh. Saya tidak tahu apa yang salah dengan kod itu. Tolong saya, tolong.
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
<bahagian>
Atas ialah kandungan terperinci Bantuan dengan CSS. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!