Vertical Centering in CSS
This project will teach you how to vertically center your element using css. It has only 2 css properties to be set and that is top which is set to 50% and transform: translateY(-50%). Your element will be perfectly centered vertically. Hope you learn from this.
- Read more about Vertical Centering in CSS
- Log in or register to post comments
- 68 views