CSS
CSS 짧은 밑줄 만들기
xxoyeong
2020. 9. 23. 16:07
h1:after {
content: "";
display: block;
width: xxx;
border-bottom: xxx;
}