excav_demo / main.css
cm107's picture
Included explaination of controls in index.html.
57ac313
raw
history blame
634 Bytes
#infoBox {
/* border: 5px solid red; */
width: 75%;
margin-left: auto;
margin-right: auto;
}
#controls {
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
justify-content: center;
justify-items: center;
}
table {
display: table;
justify-content: center;
margin-left: auto;
margin-right: auto;
}
table,
th,
td {
border: 1px solid;
border-collapse: collapse;
}
td {
justify-content: right;
}
.cellHeader {
display: flex;
color: purple;
justify-content: center;
}
#disclaimerBody {
color: red;
margin-left: 30px;
}