2020/03/31
- Results : 1
- Free as the Wind
div보다 작은 border
div보다 작은 border
2020.03.31#global-header { ~~~ position:relative; ~~~ } #tt-body-index #global-header:before { content:""; position:absolute; bottom:20px; width:30%; border-bottom:thin solid #cac1b6; } 출처 :: [CSS] div보다 작은 border 만들기 (Make border smaller than div length) 211103 추가) 아니면, #article.fc h3:after { content: ""; dispaly: block; width: 50%; border-bottom: 2px solid #d9d0c3; margin-top: 7px; } 출처 :: CSS / 짧은 밑줄 만..