53 lines
405 B
CSS
53 lines
405 B
CSS
|
|
.footer {
|
|
|
|
width: 50%;
|
|
|
|
text-align: center !important;
|
|
|
|
margin: auto;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
input {
|
|
|
|
width: 50%;
|
|
|
|
text-align: center !important;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
.thumbnail {
|
|
|
|
height: 200px;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
div, h1, table, p, input, footer {
|
|
|
|
margin: auto;
|
|
|
|
padding: 10px;
|
|
|
|
text-align: center;
|
|
|
|
}
|