How to align an image and text vertically in the middle?

前端 未结 4 1560
星月不相逢
星月不相逢 2021-01-16 11:33

I have a DIV at the top and a few anchors. First is styled with a logo and the rest are text. The styles I\'ve set are as follows.

div.nav-top {
  height: 12         


        
4条回答
  •  借酒劲吻你
    2021-01-16 11:54

    You can wrap your elements into a div and use margin: 0, auto; for the elements and the inner container as well.

提交回复
热议问题