CoolFace
Apppublic

Pq234/robot-learning-tutorial

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
_reset.css14 linesDownload Raw Back to styles
1html { box-sizing: border-box; }2*, *::before, *::after { box-sizing: inherit; }3body { margin: 0; font-family: var(--default-font-family); color: var(--text-color); }4audio { display: block; width: 100%; }5 6img,7picture {8  max-width: 100%;9  height: auto;10  display: block;11  position: relative;12  z-index: var(--z-elevated);13}14