initial commit

This commit is contained in:
2024-09-18 21:11:50 +02:00
parent 5d46262520
commit 74dd3e08df
7 changed files with 364 additions and 2 deletions

14
css/index.css Normal file
View File

@ -0,0 +1,14 @@
.htmx-indicator {
opacity:0;
transition: opacity 500ms ease-in;
}
.htmx-request .htmx-indicator{
opacity:1
}
.htmx-request.htmx-indicator{
opacity:1
}
.contact.htmx-swapping {
opacity: 0;
transition: opacity 500ms ease-in;
}