x

How to target a specific table in the page in CSS

Hello,
I am working on a presentation website and I would like to have some cards displayed under a table form of 3x3. I would like to customize the cards to have a specific look but I cannot uniquely target only the cards from that table. Can someone please tell me how to add a specific id or a specific class to that table? I tried using the id in the CSS but it doesn't work, nothing happens.
For example I tried to apply a background to the whole table and it didn't work:
#6[Redacted]6191496 {
  background-color: #ffffff;
}

Thanks!

35 Views
Message 1 of 1
Report
0 REPLIES 0