[CSS] text-wrap: balance

.balanced-text h2 {
  color: yellow;
  text-wrap: balance;
}

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

posted @ 2024-06-24 18:21  Zhentiw  阅读(18)  评论(0)    收藏  举报