Web Client zu Wardrobe Master
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
422 B

1 year ago
.contentcontainer {
margin: 20px;
width: 1600;
}
body {
margin: 0 auto;
}
.resTable {
border: solid 2px;
border-radius: 2px;
background-color: #8c8c8c;
padding: 10px;
margin: 10px;
text-align: center;
}
.resTable td {
padding: 10px;
}
.resTable th {
padding: 10px;
}
.resTable tr {
padding: 10px;
border-top: 1px solid;
}
ul {
list-style-type: none;
}