Artinov / home-work-7-Serhii7

home-work-7-Serhii7 created by GitHub Classroom
0 stars 0 forks source link

Centering first section #2

Open eko24ive opened 7 years ago

eko24ive commented 7 years ago

Perhaps it would be better if you'll vertically center first section: image

Serhii7 commented 7 years ago

how Can I do vertically center? I know that I can use display: inline-block; vertical-align: middle; or flexbox; Maybe it can do another methods?

eko24ive commented 7 years ago

You may try to play with margin and padding as well. Also, here is a good article about centering elements in css - https://css-tricks.com/centering-css-complete-guide/