mirror of
https://github.com/olehomelchenko/minivlat-local-ua.git
synced 2025-12-21 21:22:24 +00:00
Add progress bar to quiz and update survey instructions for clarity
This commit is contained in:
@@ -170,6 +170,22 @@ form button {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#progress-bar-container {
|
||||
width: 100%;
|
||||
background-color: #f3f3f3;
|
||||
border-radius: 5px;
|
||||
overflow: hidden;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#progress-bar {
|
||||
height: 20px;
|
||||
width: 0;
|
||||
background-color: #4caf50;
|
||||
border-radius: 5px;
|
||||
transition: width 0.3s;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
|
||||
Reference in New Issue
Block a user