Weiter zum Inhalt
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ISKA Selbsteinschätzung</title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 2rem;
max-width: 800px;
margin-left: auto;
margin-right: auto;
background-color: #f5f6f7;
color: #333;
}
h1, h2 {
color: #29597d;
}
.question-block {
margin-bottom: 1.5rem;
}
.question-label {
display: block;
margin-bottom: 0.5rem;
font-weight: bold;
}
select {
width: 100%;
padding: 0.5rem;
font-size: 1rem;
border: 1px solid #ccc;
border-radius: 4px;
}
button {
background-color: #e08700;
color: white;
padding: 0.75rem 1.5rem;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 1rem;
margin-top: 1rem;
}
button:hover {
background-color: #cc7700;
}
#progress {
margin: 1rem 0;
height: 1rem;
background: #ddd;
border-radius: 0.5rem;
overflow: hidden;
}
#progress-bar {
height: 100%;
width: 0%;
background: #e08700;
transition: width 0.3s ease;
}
.spider-container, .results-container {
margin-top: 2rem;
}
canvas {
max-width: 100%;
}
.description-text {
margin-top: 1rem;
padding: 1rem;
background-color: #fff;
border-left: 4px solid #e08700;
}
@media (max-width: 600px) {
body {
margin: 1rem;
padding: 0.5rem;
}
h1, h2 {
</style>
Datei herunterladen
Datei herunterladen