Call create function + update style

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-12-15 15:32:11 +01:00
parent 67b02c297f
commit 9ad78b342e
2 changed files with 43 additions and 0 deletions
@@ -17,4 +17,25 @@
.createButton:hover {
transform: translateY(-5px);
cursor: pointer;
}
.inputContainer {
h2 {
margin-bottom: 0.5rem;
}
margin: 1em;
}
.create {
align-self: center;
}
.section {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 15px;
margin-bottom: 15px;
}