Vertically center with css

Vertically Center anything with just 3 lines of CSS

For a web developer always face some critical issue those can be solve two or three lines of codes. Today i am going to show a technique how to Vertically Center a div or an image. With just 3 lines of CSS (excluding vendor prefixes) we can with the help of transform: translateY vertically center whatever we want, […]

Vertically Center anything with just 3 lines of CSS Read More »