Skip to content
Youths Forum Youths Forum Youths Forum

Tech Blogs & Programming Tutorials

Youths Forum Youths Forum Youths Forum

Tech Blogs & Programming Tutorials

  • Blog
  • News
  • Programming
    • PHP
    • JavaScript
    • JQuery
    • CSS
    • HTML
    • API
  • Stock Market Live
  • Automobiles
    • Cars
  • Gadgets
    • Phones
    • Android Phones

Categories

  • Automobiles (12)
    • Cars (7)
  • Blog (103)
    • Poems (2)
    • Space (2)
  • Command (2)
  • Education (2)
  • Entertainment (4)
  • Gadgets (9)
    • Phones (8)
      • Android Phones (4)
  • HTML Templates (11)
  • IT Training Institutes (1)
  • Lifestyle (4)
  • News (51)
  • Others (23)
  • Programming (296)
    • API (16)
    • CSS (83)
    • Database (4)
    • Hosting (1)
    • HTML (37)
    • JavaScript (117)
      • JQuery (27)
      • ReactJS (7)
    • PHP (116)
  • Python (3)
  • recipes (1)
  • SEE Result (1)
  • Server (3)
  • Blog
  • News
  • Programming
    • PHP
    • JavaScript
    • JQuery
    • CSS
    • HTML
    • API
  • Stock Market Live
  • Automobiles
    • Cars
  • Gadgets
    • Phones
    • Android Phones
Close

Search

CSS

Image Grayscale and Zoom effect on hover using CSS

By Admin
June 23, 2022 1 Min Read
0

Images, graphics and videos are an integral part of web presentation in recent times. Users are always attracted to visual presentations as compared to text contents.

In this article, we are going to create a hover effect on image to make our webpage look more attractive and impressive. We will use “filter” and “transition” CSS property to achieve the same.

Follow this video for complete guidance :

https://www.youtube.com/watch?v=NJmYDgd1vm0

Source Code :

<style type="text/css">
  figure.img-wrap{
    width: 550px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #fff;
    margin: 0;
  }
  .bw{
    width: 100%;
    cursor: pointer;
    filter: grayscale(100%);
    transition: transform 1s;
    object-fit: cover;
  }
  .bw:hover{
    transform: scale(1.1);
    filter: none;
    -webkit-filter: grayscale(0%);
  }
  .d-flex{
    display: flex;
  }
</style>


<div class="d-flex">
  <figure class="img-wrap">
    <img class="bw" src="https://cdn.wallpapersafari.com/41/9/cE1nV0.jpg">
  </figure>
  <figure class="img-wrap">
    <img class="bw" src="https://free4kwallpapers.com/uploads/wallpaper/summer-nature-wallpaper-1280x720-wallpaper.jpg">
  </figure>
  <figure class="img-wrap">
    <img class="bw" src="https://i.pinimg.com/originals/56/c3/87/56c387cfe9fd5a4ecdcf1b315ac7b67b.jpg">
  </figure>
  <figure class="img-wrap">
    <img class="bw" src="https://cdn.wallpapersafari.com/11/36/zVKWQ9.jpg">
  </figure>
</div>



<div class="d-flex">
  <figure class="img-wrap">
    <img class="bw" src="https://cdn.pixabay.com/photo/2020/03/16/20/05/landscape-4938194_1280.jpg">
  </figure>
  <figure class="img-wrap">
    <img class="bw" src="https://cdn.wallpapersafari.com/5/86/TcSWle.jpg">
  </figure>
  <figure class="img-wrap">
    <img class="bw" src="https://wallpapercave.com/wp/wp2599634.jpg">
  </figure>
  <figure class="img-wrap">
    <img class="bw" src="https://www.hdwallpapers.in/download/beautiful_scenery_best_nature_background_forest_hd_autumn-1280x720.jpg">
  </figure>
</div>

 

Tags:

CSSimage
Author

Admin

Follow Me
Other Articles
Previous

Flying Plane Animation using HTML and CSS

Next

Sending Free Emails with SendinBlue API V3

No Comment! Be the first one.

Leave a Reply

Your email address will not be published. Required fields are marked *

FIFA World Cup 2026 Predict and Win by SportsGuff

Recent Posts

  • Unpacking Nepal’s Record Rs 2.12 Trillion Budget and What It Means for You
  • How to Write a Strong Scholarship Application: The Ultimate Step-by-Step Guide
  • How to Prepare for Exams Without Stress: The Ultimate Science-Backed Guide
  • Chiranjibi Adhikari Appointed Acting President of CAN Federation
  • How to Design a Student Marksheet Using HTML and CSS

Tags

adsense ai animate animation animation using HTML and CSS API blog calculator chatgpt Cryptocurrency CSS css animation design Email Facebook featured filemanager file manager free template google htaccess HTML image Instagram interview javascript JQuery jquery ui NADA AutoShow NADA Auto Show 2024 password PHP Progressive Web App PWA QR random react reactjs Rotate travel Twitter vpn youthforum youthsforum youtube

About Us

At Youths Forum, we are passionate about sharing knowledge that empowers students, educators, professionals, and technology enthusiasts.

Our Mission

Our mission is simple: to make technology and education accessible, understandable, and beneficial for everyone. We strive to create content that helps our readers learn new skills and stay updated with industry developments.

RSS RSS

  • Unpacking Nepal’s Record Rs 2.12 Trillion Budget and What It Means for You Admin
  • How to Write a Strong Scholarship Application: The Ultimate Step-by-Step Guide Admin
  • How to Prepare for Exams Without Stress: The Ultimate Science-Backed Guide Admin

Quick Links

  • Stock Market Live
  • Parliament Election 2082
Copyright 2026 — Youths Forum. All rights reserved. Blogsy WordPress Theme