Link to article: Creaking at the Seams.
body {
background-image: linear-gradient(to bottom, #e0e0e0, #fff 200px, #fff 60%, #000000 85%);
}
#license-area {
background: #000000;
border-top: solid 2px #000000;
}
.heart {
animation: animateHeart 2s infinite;
width: 50px;
}
@keyframes animateHeart {
0% {
transform: scale(0.8);
}
5% {
transform: scale(0.9);
}
10% {
transform: scale(0.8);
}
15% {
transform: scale(1);
}
50% {
transform: scale(0.8);
}
100% {
transform: scale(0.8);
}
}
:scp-wiki:theme:foxtrot
[info]
:scp-wiki:info:start
[info]
:scp-wiki:info:end
[info]
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]
heart