Template:Wing News CSS

From TPT-MC
Jump to navigation Jump to search

<style> table {

 border: 1px solid black;
 table-layout: fixed;
 width: 200px;

}

th, td {

 border: 1px solid black;
 width: 100px;
 overflow: hidden;

} </style>