Responsive transparent overlapping css circles with text align vertical and center

后端 未结 2 1655
礼貌的吻别
礼貌的吻别 2021-01-21 18:19

Can\'t seem to get my text to align center and vertical within each circle. Tried putting h1 text inside of another div - display table, but having problems containing text insi

2条回答
  •  渐次进展
    2021-01-21 18:29

    add a wrapper div around your h1

        

    Two lines
    &Two lines

    and change the style like this:

    .wrapper{
      margin-top:40%;
      height:100%;
      width:100%;
      display: table;
    }
    

    see here for a updated pen. http://codepen.io/anon/pen/yugBK

提交回复
热议问题