Skip to content

Latest commit

 

History

History
71 lines (62 loc) · 1.76 KB

File metadata and controls

71 lines (62 loc) · 1.76 KB
layout home
hero
name text tagline
macvm
Open-Source macOS Virtualization Solutions
Whether you're a developer, DevOps engineer, or simply curious about macOS virtualization, there's a place for you here!
<style> .columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding-top: 4rem; } /* For small devices, stack the columns */ @media (max-width: 768px) { .columns { grid-template-columns: 1fr; } } .columns h2 { border: none; font-size: xx-large; margin-top: 0rem; /* Adjust this value to control the space between the image and title */ } .columns a { text-decoration: none; color: inherit; display: block; /* Ensures the link is a block element */ overflow: hidden; /* Hides the overflowing part of the zoomed image */ } .columns a img { transition: transform 0.3s ease; /* Smooth transition for the zoom effect */ } .columns a:hover img { transform: scale(1.05); /* Slightly zoom in the image */ } </style>