test2

< tyle> body { font-family: Arial, sans-serif; max-width: 800px; margin: 0 auto; padding: 20px; background-color: #f5f5f5; } .container { background-color: white; padding: 30px; border-radius: 10px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); margin-bottom: 40px; } h1 { text-align: center; color: #333; margin-bottom: 30px; } .question { margin-bottom: 20px; } .options { display: flex; flex-direction: column; gap: 12px; } .option { display: flex; align-items: center; gap: 12px; padding: 15px; border: 1px solid #ddd; border-radius: 8px; cursor: pointer; user-select: none; transition: all 0.2s ease; } .option:hover { background-color: #f0f0f0; border-color: #aaa; } .option input[type="radio"] { cursor: pointer; width: 20px; height: 20px; } .option label { cursor: pointer; flex: 1; font-size: 16px; line-height: 1.4; margin: 0; padding: 0; } .button-container { display: flex; justify-content: space-between; margin-top: 30px; } button { padding: 12px 24px; border: none; border-radius: 8px; cursor: pointer; background-color: #4CAF50; color: white; font-size: 16px; transition: background-color 0.2s ease; } button:hover:not(:disabled) { background-color: #45a049; } button:disabled { background-color: #cccccc; cursor: not-allowed; } button.secondary { background-color: #666; } button.secondary:hover:not(:disabled) { background-color: #555; } .results { display: none; } .results h2 { color: #4CAF50; text-align: center; margin-bottom: 25px; } .recommendations { margin-top: 25px; } .recommendations h3 { color: #333; margin-bottom: 15px; } .recommendations li { margin-bottom: 12px; line-height: 1.5; } .progress { width: 100%; height: 20px; background-color: #f0f0f0; border-radius: 10px; margin-bottom: 30px; overflow: hidden; } .progress-bar { height: 100%; background-color: #4CAF50; border-radius: 10px; transition: width 0.3s ease; } #questionText { font-size: 18px; margin-bottom: 20px; color: #333; } @media (max-width: 600px) { .container { padding: 20px; margin: 10px; } button { padding: 10px 20px; font-size: 14px; } .option { padding: 12px; } .option label { font-size: 14px; } }

Test za Procenu Stilova Učenja

Preporuke za unapređenje učenja: