product-list.html - Changed Products Card Background color and text color

This commit is contained in:
Matthew Patrick 2021-09-24 14:19:19 +07:00
parent 7893865778
commit 979e6f67b0

View file

@ -22,6 +22,11 @@
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.card {
border-radius: 20px;
background-color: #212226;
color: white;
}
</style>
</head>