Line 2,850: | Line 2,850: | ||
width:100%; | width:100%; | ||
} | } | ||
+ | |||
+ | table { | ||
+ | width:50%; | ||
+ | |||
+ | } | ||
+ | table, th, td { | ||
+ | border: 1px solid black; | ||
+ | border-collapse: collapse; | ||
+ | } | ||
+ | th, td { | ||
+ | padding: 15px; | ||
+ | text-align: left; | ||
+ | } | ||
+ | table#t01 tr:first-child td{ | ||
+ | background-color: #eee; | ||
+ | } | ||
+ | |||
+ | table#t01 th { | ||
+ | background-color: #eee; | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | |||
+ | table.center{ | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
/*Footer*/ | /*Footer*/ |
Revision as of 20:52, 28 July 2018