CSS
테이블 border 파이프 같은 선 없애기 얇은 선 넣기
T없이맑은I
2014. 4. 22. 14:11
table {
border-collapse: collapse;
}
th, td {
padding: 5px;
border:1px solid #4FC9DE
}