skip to Main Content

Action for image on hover by css – SEO

I have one question about css. Here is example. html: <div class="image"></div> css: .image { width: 250px; height: 250px; background-image: url(image.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; } .image:hover { background-size: 120% 120%; } So In this example everything working…

VIEW QUESTION
Back To Top
Search