Initial commit – lokale Dateien hochgeladen
This commit is contained in:
parent
5bdf649ce1
commit
0db3bb9207
21 changed files with 907 additions and 616 deletions
|
|
@ -1 +1,17 @@
|
|||
// Add your custom code
|
||||
.hover-tile {
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
|
||||
.hover-tile:hover {
|
||||
filter: brightness(1.15);
|
||||
cursor: default;
|
||||
}
|
||||
.hover-tile {
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
|
||||
.hover-tile:hover {
|
||||
filter: brightness(1.15);
|
||||
cursor: default;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue