CSS Table

CSS Table #

width: 100%임에도 불구하고 화면 밖으로 나가는 문제

해결:

table {
	table-layout: fixed;
}