Thought: I now can give a great answer
Tuesday: The Algorithm of Affection
.heart {
width: 200px;
height: 200px;
}
animation: heartBeat 2s infinite alternate;
}
.heart::before {
width: 100%;
height: 100%;
background: radial-gradient(
circle at top left,
#E6DB74 0%,
#AE81FF 50%,
#66D9EF 100%);
}
p {
pointer-events: none;
font-size: 22px;
}