x
1
2
3
4
5
6
7
<div class="card flex flex-col gap" style="max-inline-size: 20rem"> <div class="flex flex-col gap-half"> <div class="skeleton" style="height: var(--size-4); width: 66.6667%;"></div> <div class="skeleton" style="height: var(--size-4); width: 50%;"></div> </div> <div class="skeleton aspect-widescreen i-full"></div></div>1
2
3
4
5
6
7
8
<div class="card flex flex-col gap" style="max-inline-size: 20rem"> <div class="flex flex-col gap-half"> <div class="skeleton" style="height: var(--size-4); width: 66.6667%;"></div> <div class="skeleton" style="height: var(--size-4); width: 50%;"></div> </div> <div class="skeleton aspect-widescreen i-full"></div></div>1
2
3
4
5
6
.skeleton { animation: var(--animate-blink); animation-duration: 2s; background-color: var(--color-border); border-radius: var(--rounded-md);}
Java Script is not required or multiple files are needed, check the notes.
No notes provided.