Displays a base image and an "x-ray" view of a second image where the mouse is pointing
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

23 wiersze
252 B

  1. canvas {
  2. position: absolute;
  3. }
  4. img {
  5. display: none;
  6. }
  7. #overlay {
  8. z-index: 1;
  9. }
  10. #menu {
  11. display: flex;
  12. flex-direction: row;
  13. transition: 0.5s;
  14. }
  15. #menu.start input,
  16. #menu.start button,
  17. #menu.start label {
  18. font-size: 36pt;
  19. }