Vertical align css – DIV align center css

There are some ways to do that. The easies way to do this is to make the elements behave like a tabel, as you probably know when you work with tables if you declare on “td” – “vertical-align:middle”, all tds will be centered vertically, we can do the same on div structure. Let’s say we have two… Continue reading Vertical align css – DIV align center css