Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
7
Comments
1

Oishik Biswas

@pippal5536Bangladesh70 points

I like to learn

Latest solutions

  • Profile card with CSS flex box and mobile first approach


    Oishik Biswas•70
    Submitted almost 3 years ago

    2 comments
  • 3-column-preview card with CSS flexbox and media query


    Oishik Biswas•70
    Submitted almost 3 years ago

    0 comments
  • stats preview card with mobile first approach and css flexbox


    Oishik Biswas•70
    Submitted almost 3 years ago

    2 comments
  • Order Summary Component with CSS FlexBox


    Oishik Biswas•70
    Submitted almost 3 years ago

    1 comment
  • NFT preview card with CSS flexbox and grid


    Oishik Biswas•70
    Submitted almost 3 years ago

    0 comments
  • Mobile First Approach with css flex box.


    Oishik Biswas•70
    Submitted almost 3 years ago

    3 comments
View more solutions

Latest comments

  • Daniel•1,190
    @Ghravitee
    Submitted almost 3 years ago

    HTML5 and CSS3

    2
    Oishik Biswas•70
    @pippal5536
    Posted almost 3 years ago

    I used the hover effect like this: html:

          <img src="./images/image-equilibrium.jpg" alt="image of an equilibrium">
          <div class="hover-image">
            <img src="./images/icon-view.svg" alt="">
          </div>
        </figure>
    

    CSS:

    .card-image,
    .card-image>img {
        width: 100%;
        border-radius: 1rem;
        height: 18rem;
    }
    
    .card-image {
        position: relative;
    }
    .hover-image {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: aqua;
        border-radius: 1rem;
        display: grid;
        place-items: center;
        opacity: 0;
    }
    .hover-image:hover {
        background-color: hsla(178, 100%, 50%, 60%);
        cursor: pointer;
        opacity: 1;
    }
    

    I hope this helps!

Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub