Added 5th and 6th step, headline above steps

This commit is contained in:
Verena Schulz
2025-12-03 17:55:55 +01:00
parent 33093733ef
commit 1c5d399c58
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -8,18 +8,21 @@
</head>
<body>
<h1 id="h1">Video to document</h1>
<div class="step-nav">
<div class="step-item active" data-step="1">1. Step</div>
<div class="step-item" data-step="2">2. Step</div>
<div class="step-item" data-step="3">3. Step</div>
<div class="step-item" data-step="4">4. Step</div>
<div class="step-item" data-step="5">5. Step</div>
<div class="step-item" data-step="6">6. Step</div>
</div>
<div id="middleContainerWrapper" class="middle-container-wrapper">
<button id="prevBtn" class="navBtn" disabled>&larr;</button>
<div class="mitte" id="mitte">
<h1 id="h1">Video to document</h1>
<div class="step" id="step1">
<div class="upload-container" id="uploadContainer">
+1 -1
View File
@@ -210,7 +210,7 @@ h1 {
}
.step-item {
padding: 10px 15px;
padding: 10px 25px;
border-radius: 8px;
background: #eee;
cursor: pointer;