table.brew-table { width: 100%; border-collapse: separate; border-spacing: 0; font-family: Poppins, sans-serif; border: 2px solid #832733; border-radius: 15px; overflow: hidden; } table.brew-table th { background: #832733; color: #fff; padding: 15px; } table.brew-table td { padding: 14px; } table.brew-table tbody tr:nth-child(odd) { background: #575958; color: #fff; } table.brew-table tbody tr:nth-child(even) { background: #b3b3b3; color: #222; }
Skip to content