테이블 스타일을 적용한 후에는 테이블을 가운데 정렬합니다. 이유는 무엇입니까?CSS 스타일이 가운데 정렬
내가 다음 페이지에 대한 HTML 파일을 제공 할 수 있습니다 ... 여기 스크린 샷입니다 :
table.FLTT {
clear:both;
width: 100%;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0;
text-decoration: none;
background: #fff;
border:1px solid #dcdcdc;
border-bottom:none;}
table.FLTT th {
background-color: #4D4D4d!important;
color: #FFFFFF!important;
padding: 10px 10px;
text-decoration: none;
transition: 0.0s;
font-size: 13px;
font-weight:normal;
}
table.FLTT td {
padding: 5px 10px;
border-bottom: 1px solid #dcdcdc;
text-decoration: none;
}
table.FLTT tbody > tr:nth-child(odd) > td {
background-color: #cccccc;
}
table.FLTT tbody tr:hover > td {
background-color: #222222;
color: #F0C237;
}
table.FLTT tr {
text-decoration: none;
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
transition:all .5s ease;}
table.FLTT tr a {
text-decoration: none;
outline:none;
color: #005689;
}
table.FLTT tr:hover a{
background-color: #222222;
color:#F0C237;
text-decoration:underline;
}
table.FLTT tr.cat-list-row1 {
background:#eee}
table.FLTT thead th {
color:#fff!important;
background:#4D4D4d!important;}
질문 **를 제거하십시오 : // 블로그. 소개 /2014/09/introducing-runnable-javascript-css-and-html-code-snippets/). [** 최소, 완전하고 검증 가능한 예제를 만드는 방법 **] (http://stackoverflow.com/help/mcve) –
HTML도 제공하십시오. –
멋지다면 내 아래 답변을 승인하십시오. – Logeshwaran