9 lines
117 B
CSS
9 lines
117 B
CSS
|
table, th, td {
|
||
|
border: 1px solid black;
|
||
|
}
|
||
|
|
||
|
#itemImage {
|
||
|
height: 100px;
|
||
|
width: 80px;
|
||
|
}
|