1
0

new ordner

This commit is contained in:
Creat0r
2025-11-01 16:20:04 +01:00
parent ee625615ff
commit 54a64c076b
11 changed files with 237 additions and 523 deletions

View File

@ -46,6 +46,12 @@
margin-right: 10px;
}
.cl-checkbox input[type="checkbox"]:checked + span {
color: #999; /* leicht grau */
text-decoration: line-through;
transition: color 0.3s, text-decoration 0.3s; /* sanfter Übergang */
}
.card {
width: 100%;
max-width: 500px;
@ -140,6 +146,7 @@
.social-icons a img:hover {
transform: scale(1.1);
}
</style>
</head>
<body>
@ -246,7 +253,7 @@
}
function shareViaEmail() {
const subject = encodeURIComponent('Klick the Witch');
const subject = encodeURIComponent('bread');
const body = encodeURIComponent('Check out this fantastic recipe! https://test.somachtstefaniedas.de/fluffigkrossejoghurtbroteohnegehzeit/');
window.location.href = 'mailto:?subject=' + subject + '&body=' + body;
}