michal-codes / css-grid-of-images-transition

demo

Home Page:https://michal-codes.github.io/css-grid-of-images-transition/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML and CSS

CSS snippet using grid of images with hover CSS selector

What I learned

  • display images in row of 4's
  • use of transition to animate scale and opacity transition(darker to lighter using backgorund color on parent element)
  • use of clearfix class to clear floats and use :after pseudo-element in CSS

Instructions

Go to live url in description to see demo

About

demo

https://michal-codes.github.io/css-grid-of-images-transition/


Languages

Language:HTML 71.7%Language:CSS 28.3%