Displays a base image and an "x-ray" view of a second image where the mouse is pointing
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 lines
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. }