Responsive Image Cards With Hover Effect - Only Using CSS & HTML

Поделиться
HTML-код
  • Опубликовано: 7 сен 2020
  • In this tutorial, you can learn how to design Responsive Image Cards with a hover effect (Image Hover Effect) only using CSS and HTML. When you hover the image all the information (title, description, read more, icon links) will appear on the image. This Image cards based on rows. Each row contains three image cards. This image layout is fully responsive. Hope this tutorial will be helpful.
    ∎ Download Source codes - www.codingsnow.com
    ∎ Our Website - www.codingsnow.com
    ∎ Facebook Page - / codingsnow
    ∎ Support me on Patreon - / codingsnow
    Want to help out? How about donating?
    Paypal Donation - paypal.me/codingsnowget
    #Responsive_Image_Cards #CSS_Image_Cards
    Background music:
    ____________________
    Track: Unknown Brain - Dancing On The Moon [NCS Release]
    Music provided by NoCopyrightSounds.
    Watch: • Unknown Brain - Dancin...
    Free Download / Stream: ncs.lnk.to/DOTM
    Track: Egzod & Neoni - The Revolution [NCS Release]
    Music provided by NoCopyrightSounds.
    Watch: • Egzod & Neoni - The Re...
    Free Download / Stream: ncs.lnk.to/TheRevolution
    Track: Arlow - Feel So Lucky [NCS Release]
    Music provided by NoCopyrightSounds.
    Watch: • Arlow - Feel So Lucky ...
    Free Download / Stream: ncs.io/FeelSoLucky

Комментарии • 41

  • @samuelk1623
    @samuelk1623 3 года назад +5

    Love your works. Great job! thank you for this tutorial.

    • @CodingSnow
      @CodingSnow  3 года назад

      You're most welcome! ❤

  • @beratisahin9271
    @beratisahin9271 2 года назад

    This is a really good job, thanks ...

  • @sairohit5510
    @sairohit5510 2 года назад

    helped me a lot! thnx a ton!

  • @twinkle0828
    @twinkle0828 27 дней назад

    Really amazing...i want to try all website's..

  • @murcha5899
    @murcha5899 Год назад

    music is so good) thats why i saw your video) i like your work)

  • @Trickstar14365
    @Trickstar14365 3 года назад

    thanks man ..... take love

  • @pathmashanthasenanayaka3193
    @pathmashanthasenanayaka3193 3 года назад +2

    good job sir..✌️✌️

  • @shecodes94623
    @shecodes94623 3 года назад

    Loved it, you are awesome keep it up

    • @CodingSnow
      @CodingSnow  3 года назад +1

      Thank you! ❤ Will do!

  • @naveenbasyal001
    @naveenbasyal001 3 года назад

    I love ur ways of styling.
    #started following you.

  • @millenialmuslim2524
    @millenialmuslim2524 3 года назад +2

    Thanks master 👍👍

  • @anirudhpundir8588
    @anirudhpundir8588 3 года назад

    ty man

  • @pathmashanthasenanayaka3193
    @pathmashanthasenanayaka3193 3 года назад

    Its very helpfull...👌👌

  • @raylsonrodrigues3841
    @raylsonrodrigues3841 2 года назад

    Thanks

  • @narinahaghaje8402
    @narinahaghaje8402 3 года назад

    Great 🙏

  • @BlackViking349
    @BlackViking349 3 года назад

    You are the king

    • @CodingSnow
      @CodingSnow  3 года назад

      Thank you! the great viking.

  • @francislouis1302
    @francislouis1302 3 года назад

    wooow this is so nice! but i got one issue, the image cards are overlapping my fixed navbar, how can i fix that?

  • @lailabahmani3760
    @lailabahmani3760 3 года назад

    hey this is great!! what if i want to do 6 images???

  • @ejaj4785
    @ejaj4785 3 года назад +2

    Love From China
    Today first i saw your tutorials, It's really amazing,
    Love it❤
    Can you tell me which app you use for wrote html code..this app also awesome.

    • @CodingSnow
      @CodingSnow  3 года назад +1

      Thank you so much!! ❤. It's the atom editor.

    • @ejaj4785
      @ejaj4785 3 года назад

      @@CodingSnow Thanks dear.....Thanks for all of those tutorial...love you man

  • @outlook1227
    @outlook1227 3 года назад

    I like this video

  • @TheMatter-xd1ts
    @TheMatter-xd1ts Год назад

    my image is too big how do i make it to fit the cover?

  • @klmnprst777
    @klmnprst777 3 года назад

    Hi! How about if the paintings have different sizes?

    • @CodingSnow
      @CodingSnow  3 года назад

      Hi, Did you mean the size of the image? It does not matter if you use a larger size image, because the overflow of the image is hidden. But if you want to show the whole image in the card use the size used in the tutorial images.

    • @klmnprst777
      @klmnprst777 3 года назад

      @@CodingSnow thx bro!

    • @TheMatter-xd1ts
      @TheMatter-xd1ts Год назад

      @@CodingSnow what is the image size?

  • @cp4746
    @cp4746 Год назад

    at 8:52, can someone explain to me what the syntax does?
    .image .details {
    z-index 1
    position: absolute
    top:0
    right: 0
    color: #fff
    width: 100%
    }
    more so i want to know the purpose of top: 0, right:0, and width:100%.
    does height: 100% affect anything?
    I'm a new web developer and need a lot of help.
    I love this channel. thanks for the content!

  • @jwllinthepalace
    @jwllinthepalace Месяц назад

    Hello, it's 3 years late but does it respond when you click read more?

    • @CodingSnow
      @CodingSnow  Месяц назад +1

      Hello! You can find a tutorial for read more/see more function from my recent videos.

  • @rabz749
    @rabz749 3 года назад

    i have a problem here, that hover doesn't work on ios

    • @CodingSnow
      @CodingSnow  3 года назад

      Use "-webkit" when styling. For an example,
      For this,
      transform: translateY(-30px);
      Like below,
      -webkit-transform: translateY(-30px);

    • @rabz749
      @rabz749 3 года назад

      ​@@CodingSnow problem solved, you can just add onclick=" " after class="details".
      Thanks anyway