[CSS] text-wrap: balance
.balanced-text h2 {
color: yellow;
text-wrap: balance;
}
.unbalanced-text h2 {
color: rgb(252, 1, 218);
}
.balanced-text h2 {
color: yellow;
text-wrap: balance;
}
.unbalanced-text h2 {
color: rgb(252, 1, 218);
}