/* Podstawowe style dla zakładek */ .tab { display: none; } .tab.active { display: block; } /* Style dla przycisków kategorii */ .category-buttons { margin: 10px 0; text-align: center; } .category-buttons button { margin: 5px; padding: 10px 15px; font-size: 16px; cursor: pointer; background-color: #f2f2f2; border: 1px solid #ccc; border-radius: 4px; } .category-buttons button.active { background-color: #4CAF50; color: white; border: 1px solid #4CAF50; } /* Stylizacja tabeli */ table { width: 100%; border-collapse: collapse; margin-top: 20px; } th, td { border: 1px solid #ddd; padding: 8px; text-align: center; } th { background-color: #f2f2f2; } tr:nth-child(even) { background-color: #f9f9f9; } /* Stylizacja kontenera klasy */ .select-class { margin-top: 20px; text-align: center; } .select-class select { padding: 5px; font-size: 16px; } /* Stylizacja nagłówków */ h1, h2, h3 { text-align: center; } /* Dodatkowe style dla układu */ body { font-family: Arial, sans-serif; margin: 20px; } footer { text-align: center; margin-top: 40px; font-size: 14px; color: #555; }