15 lines
159 B
CSS
15 lines
159 B
CSS
html {
|
|
max-width:80%;
|
|
margin:auto;
|
|
}
|
|
|
|
.table {
|
|
width:auto;
|
|
max-width:auto;
|
|
float:left;
|
|
margin:2em;
|
|
}
|
|
|
|
th, td{
|
|
text-align:center;
|
|
}
|