Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text-align: justify #199

Open
smileyby opened this issue Dec 8, 2021 · 0 comments
Open

text-align: justify #199

smileyby opened this issue Dec 8, 2021 · 0 comments
Labels
CSS 🌚 CSS相关

Comments

@smileyby
Copy link
Owner

smileyby commented Dec 8, 2021

.text {
  text-align: justify;
}
.text:after {
 display: inline-block;
 width: 100%;
 content: "";
}

仅针对文字 非最后一行生效,所以开发中要对最后一行生效需要借助 伪类

@smileyby smileyby added the CSS 🌚 CSS相关 label Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CSS 🌚 CSS相关
Projects
None yet
Development

No branches or pull requests

1 participant