.card { background: white; padding: 30px; border-radius: 8px; } table { width: 100%; border-collapse: collapse; margin-top: 15px; } th, td { padding: 12px; text-align: left; border-bottom: 1px solid #ddd; } th { background: #f8f9fa; color: #2c3e50; } .warning { background: #fff3cd; border: 1px solid #ffc107; padding: 15px; border-radius: 4px; margin-bottom: 20px; color: #856404; }
| ID | Username | Password | Role | |
|---|---|---|---|---|
| 1 | admin | admin123 | admin@robotparts.com | admin |
| 2 | jsmith | password123 | john.smith@robotparts.com | employee |
| 3 | customer1 | pass1234 | customer@example.com | customer |