1
0

threejs-textures.css 226 B

123456789101112
  1. .filter-caption {
  2. position: absolute;
  3. color: white;
  4. line-height: 1.1;
  5. font-family: monospace;
  6. font-size: small;
  7. text-shadow:
  8. -1px -1px 0 #000,
  9. 1px -1px 0 #000,
  10. -1px 1px 0 #000,
  11. 1px 1px 0 #000;
  12. }