Jump to content

Test: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 39: Line 39:
       align-items: center; /* Vertically centers the content */
       align-items: center; /* Vertically centers the content */
       justify-content: center; /* Horizontally centers the content */
       justify-content: center; /* Horizontally centers the content */
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    }
    .node:hover {
        background-color: #d6d6d6;
        box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.3);
     }
     }


Cookies help us deliver our services. By using our services, you agree to our use of cookies.