Sarooj
0
Q:

how to make a button centered in html5


  .center {
  display: flex;
  justify-content: center;
  
  align-items: center;
  height: 200px;
  border: 3px solid 
  green; 
} 
3
<!--Put the button inside a p like this-->
<p style="text-align: center;"><button>See?</button>Whatever</p>
2

New to Communities?

Join the community