equivalent zoom css

/*Zoom on hover*/

<style>
.zoom {
  padding: 50px;
  background-color: green;
  transition: transform .2s; /* Animation */
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom)*/
}
</style>

<div class="zoom"></div>

/*credits: w3schools.com */

3.67
9
Rory.ap 70 points

                                    .zoom {
  zoom: 150%;
}

3.67 (9 Votes)
0
4.29
7
Paul Brady 95 points

                                    -moz-transform: scale(0.5);
-webkit-transform: scale(0.5);
-o-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);

4.29 (7 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
zoom css alternative zoom div css when I zoom css zoom browser css zoom symbol css how to set zoom level using css css zoom animation browser zoom css issue what css we writer for on zoom in or zoom out box size increase or decrease style zoom transform how to create the effect of zoom at hover with css css zoom effekt *zoom in Css how to fix element while zoom css css scale or zoom animation zoom in zoom out css css simple zoom css image zoom zoom in page css zoom in css code zoom while hover css browser zoom css javascript css for 200x zoom zoom image using css zoom in animation css css style for zoom 125% zoom in zoom out code of css page zoom css zoom image css css image zoom effect alternative for zoom in css css width zoom how to perform zoom in transform in css zoom attribute in css contained zoom css zoom in effect javascript css how to apply zoom in css zoom picture css zoom in zoom out animation css css transform scale zoom out and zoom in css zoom support alternative to zoom css zooming animation css hover zoom css css browser zoom size zoom css tricks zoom using css zoom browser window css distorsione when zoom css css browser zoom div zoom css animation css zoom hover transform zoom css transform css zoom css zoom vs scale css zoom type zoom div using css css control browser zoom element zoom css css min zoom how to change css based on browser zoom how to handle styles for browser window zoom in css css get zoom level css virtual zooming in css virtual zoom how to make something zoom in on css how to make elements smaller on zoom css css zoom in animation walk through zoom css zoom hover css css transform zoom zoom scale css zoom on hover css css web browser zoom does zoom work on mobile css auto zoom css how to handle browser zoom in css zoom css property zoom on image css zoom transition css zoom property css zoom transform css pinch to zoom css css layout like zoom app using css only css layout like zoom using css only image zoom css Set browser zoom level CSS css zoom level browser zoom level css zoom pinch zoom css pinch zoom css zoom in css zoom animation css zoom effect css how to use zoom in css deny zoom css zoom css css zoom how to zoom in on css css zoom in zoom in effect css set zoom level in css manage css on 150% zoom zoom effect in css zoom in css animation zoom cssq hovor zoom in html css equivelnt zoom css equivalent zoom css
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source