Answers for "align text center vertical and horizontal"

CSS
0

center text horizonal and vertial html

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  border: 3px solid green;
}
Posted by: Guest on October-23-2021

Code answers related to "align text center vertical and horizontal"

Browse Popular Code Answers by Language