Added download button (without function)

This commit is contained in:
Verena Schulz
2025-12-15 15:04:05 +01:00
parent accb65252c
commit ad6d20b134
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -460,4 +460,19 @@ li {
#step2, #step3, #step5 {
font-size: larger;
}
.download-btn {
display: flex;
justify-content: center;
padding: 10px 20px;
margin-left: 80px;
margin-top: 30px;
margin-bottom: 10px;
background-color: #007BFF;
color: white;
border: none;
border-radius: 8px;
cursor: pointer;
font-size: 14px;
}