Added to Step 2 and 3. Added a first new version of the progressbar + functions in Step 4. Implemented the basics and functions for Step 5

This commit is contained in:
2025-12-05 17:02:20 +01:00
parent 1c5d399c58
commit 59b820d917
4 changed files with 206 additions and 7 deletions
+27 -1
View File
@@ -250,7 +250,7 @@ h1 {
}
.navBtn {
display: flex;
display: flex;
justify-content: center;
padding: 10px 25px;
background-color: #007BFF;
@@ -264,4 +264,30 @@ h1 {
.navBtn:disabled {
background-color: #ccc;
cursor: not-allowed;
}
.testy{
background-color: #FFF;
display: flex;
width: 700px;
flex-direction: row;
align-items: center;
padding: 5% 50px;
margin-top: 20px;
gap: 10px;
border: 0px;
border-color: black;
border-style: solid;
border-radius: 6px;
box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}
.box2 {
background-color: red;
width: 40px;
height: 40px;
padding: 5px;
border: 1px solid black;
margin: 5px;
border-radius: 100px;
}