zoom level in 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 */

4.2
10

                                    -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.2 (10 Votes)
0
3.6
10
Jpx 100 points

                                    .zoom {
  zoom: 150%;
}

3.6 (10 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
css zoom on image zoom css alternative zoom in effect while hover css zoom in css transition zoom effect on hover css zoom in out using css css zoom property usage zoom on hover using css zoom symbol css css zoom in zoom out animation css zoom effect on hover zoom in zoom out for seconds css Zoom Effect on Image by css create zoom scale css zoom css photo zoom there where i hover in cs browser zoom css issue image zoom out css image css size zoom in zoom img with css zoom point css hover how zoom item css how zoom affects css zoom css effect how to block the zoom of a page css box zoom in animation css screen zoom property in css overly zoom css how to zoom in css zoom animation on hover css zoom out with css css zoom in on image how to zoom picture in css css3 zoom out class zoom code css css for 200x zoom css zoom html zoom WITH CONTENT in effect css zoom in out css animation ZOOM IN IN CSS zoom an element with css zoom of div css zoom in css animation zoom in css class css zoom scale zoom in using transform css css fixed size on zoom css zoom: 1 zoom out the page using css zoom effect on hover in css css style for zoom 125% zoom hover div css window zoom in zoom out in css zoom in zoom out code of css alternative for zoom in css css width zoom css zoom image hover zoom section css zoom resoultion css how to give zoom effect in css how to perform zoom in transform in css zoom overriding css html zoom page in css contained zoom css containe zoom css zoom in effect javascript css zoom on hover in css image zoom in css css zoom fluid zoom element css zoom div css css zoom in scale how to zoom on hover in css zoom in then zoom out an image in css zooming in a div zoom property css zoom: 0.75; on html in CSS alternative to zoom css zoom div hover zoom mozzila css how to zoom in and out css zoom element on hover css zoom transition in css zoom out in in=mage css zoom animation in css zoom a div css transform zoom css zoom form css zoom in on a div css css zoom effect on image zoom window css zoom browser window css zoom html css zoom in on image css distorsione when zoom css css zoom effect how to zoom in on hover in css elevate zoom css zoom imagem css css zoom on hover css dynamic zoom css zoom smooth zoom zoom css hovver css zoom type zoom div using css zoom in zoom out in css css zoom sperre zoom div 10 % on hover css zoom 10 % on hover css control css when zooming element zoom css css to zoom in css hover zoom box zoom in zoom out animation css css get zoom level css zoom 2 zoom effect css zoom css html 110% scale zoom out css zoom div in css inner zoom css zoom in out css how to make elements smaller on zoom css css force zoom level zoom out image css zoom style in css walk through zoom css zoom animation css zoom when hover css zoom into an image css zoom y css css zoom in zoom in :hover zoom hover effect css zoom effect in css zoom in image effect css simple zoom with css zoom hover css ackhround image zoom css css transform zoom css zoom possibly use zoom css scale zoom css zoom in effect css how to zoom image css css target zoom level css transform zoom in css image zoom css zoom 1 box zooms when hover css css zoom element when show element zoom in in css animation zooming css zoomin css html zoom css screen zoomout css and zoom in css zoom in div css how to handle browser zoom in css hover zoom css zoom in zoom out css zoom container css zoom scale css css zoom div css zoom when hover zoom transition css zoom effect css on item how to zoom in zoom out in css zoom transform css pinch to zoom css zoom in image css *zoom css ? zooml level on css css layout like zoom using css only css layout like zoom zoom from the left in css Set browser zoom level CSS zoom on hover css browser zoom level css zoom in on hover css zoom image through css pinch zoom css css3 zoom zoom in fucntion css zoom in and zoom out in css style zoom html css zoom page zoom css code how to use zoom in animation in css html css apply zoom based on page width zoom in on p css image zoom css css zoom in animation css zoom in image zoom in ffect on hover css zoom when hover in css zoom image css zoom in picture css css all zoom zoom a page css how to do zoom when using inline css zoom em div css css zoom animation zoomin and zoomout css CSS page zoom zoom in animation css zoom in when hover css zoom cssq zoom anmation css zoom in and zoom out css zoom into image css css zoom property zoom css image zoom properties in css hovor zoom in html css how to zoom css css div inline zoom css tricks zoom on page zoom in scales css how to show div with zoom property in css css3 apply style when browser zoom css3 apply style when zoom is to 150 change zoom html smart zoom for css css zoom effect all browser css zoom effect all browser lock screen zoom to 90% html css *zoom css zoom in css zoom in on page css after zoom css element css window zoom how to make zoom work in css how to set zoom property in css how to insert properties in css to manage zoom view how to set browser zoom level using css zoom css accirding to ocntenr zoomed out css zoom in right by css zoom body in css css zomm out zoomed out view css css zoom css filter zoom zoom css prooperty style for zoom in css css zoom out max zoom 80% css css zoom 100 width css for certain zoom level body zoom css css for zoom level css body zoom css zoom div but not in production css zoom to view size make div as floating and zoom behaviour zoom div component css fix windows zoom css what happens with screen zoom and css using zoom in css zoom css changing zoom change adjust css css zoom section zoom screen css zoom property in css zoom text on right css zoom css property css set zoom to 150% how to change div side according to zoom in html zoom-level css on view 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