การจัดข้อความให้อยู่กึ่งกลางใน CSS
ตอนนี้มาจัดข้อความให้อยู่กึ่งกลางกัน:
<p>
This is a paragraph with text.
</p>
p {
text-align: center;
}
:
ตอนนี้มาจัดข้อความให้อยู่กึ่งกลางกัน:
<p>
This is a paragraph with text.
</p>
p {
text-align: center;
}
: