29 lines
349 B
CSS
29 lines
349 B
CSS
#itemImage {
|
|
height: 200px;
|
|
width: 150px;
|
|
}
|
|
|
|
.display {
|
|
margin-top: 20px;
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
table {
|
|
border-spacing: 20px;
|
|
}
|
|
|
|
#productName {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#productPrice {
|
|
text-align: center;
|
|
}
|
|
|
|
.displayCategory ul li {
|
|
font-size: 20px;
|
|
}
|