CSS
word-break : break-all
자라나라나무나무나
2022. 7. 8. 22:56
word-break : break-all;
: 가로길이의 px를 지정해 놨을 때 text가 지정된 px 안에 있도록 해주는 것
word-break : keep-all;
: 가로길이의 px를 지정해 놨을 때 text가 지정된 px 안에 있지 않는 것
See the Pen Untitled by Jeong-Dagyeong (@jeong-dagyeong) on CodePen.