How to center div with col-md-6?

前端 未结 3 992
深忆病人
深忆病人 2021-01-03 20:09

I need to display in the center the div with class=\"col-md-6\"

This is the code, that display me the timer at the left I nee to display time in the cen

3条回答
  •  不知归路
    2021-01-03 20:39

    As I see you are using wordpress. And the code you placed is not end properly. If I'm not wrong there is also other part of col-md-6 you have in the row. So easily you can set the time in center .upcoming-campaign { text-align: center; } adding this. If any Question ask me in comment.

    .upcoming-campaign {
      text-align: center;
    }
    
    
    
    
    
    
    
      

提交回复
热议问题