20 lines
182 B
CSS
20 lines
182 B
CSS
|
|
||
|
body {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
div {
|
||
|
margin: auto;
|
||
|
}
|
||
|
|
||
|
.content {
|
||
|
width: 90%;
|
||
|
margin: auto;
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
#resultTable td {
|
||
|
border: 1px solid #333;
|
||
|
padding: 10px;
|
||
|
}*/
|