Jump to content

Gentle zoom changes


MSI2017

Recommended Posts

MSI2017

Just wanted to quickly share this since I think it looks pretty clean and would fit in well with an overall modern UI overhaul. Promised @Luketo post UI suggestion so this could be a nice piece of the puzzle

/* Card Styles */

.card {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
}

Edited by MSI2017
  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...