Add paw-queued class for styling
This commit is contained in:
11
index.html
11
index.html
@@ -192,6 +192,17 @@
|
||||
0px 1px 1px color-mix(in srgb, currentColor 40%, black);
|
||||
}
|
||||
/* Füge das in deine CSS ein */
|
||||
.paw-queued {
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
right: 1.5rem; /* experimentiere mit dem Wert */
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.10));
|
||||
transition: transform 0.18s cubic-bezier(0.4,0.2,0.6,1);
|
||||
transform: translate(-40px, 8px);
|
||||
pointer-events: none
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user