Answers for "center text horizontally and vertically inside a div in css"

CSS
-1

center text horizontally and vertically inside a div in css

.parent{ 
  display: grid;
  place-items: center;
}
Posted by: Guest on May-06-2022

Code answers related to "center text horizontally and vertically inside a div in css"

Browse Popular Code Answers by Language