[CSS] text-wrap: balance

Zhentiw發表於2024-06-24
.balanced-text h2 {
  color: yellow;
  text-wrap: balance;
}

.unbalanced-text h2 {
  color: rgb(252, 1, 218);
}

[CSS] text-wrap: balance

相關文章