Styling table not working

coffee menu `
coffee price details
cappuccino 40 in-stock

in .css file
.style-table{
width: 10%;
border:2px solid green;
font-family: “Arial Black”,Gadget, sans-serif;

}
table, th, td{
border:2px solid green;
text-align:center;
}
The output shows only the content of table (no border,no background color for table)

It seems that the CSS rules you provided are not sufficient to fully style the table. You need to do some modifications to get the desired style and the quotation marks around “Arial Black” are invalid and must be changed to standard double quotes or single quotes .

thank you for the reply…

Hi @nehamariagregory Is your query resolved or still facing the issue.