Answers for "how to center each line of p class in csss"

CSS
0

how to center each line of p class in csss

.wrap{
 display: inline-block
 text_align: center ;
 width:50%;
 margin-left: auto ;
 margin-right: auto ;
   }
Posted by: Guest on April-01-2022

Browse Popular Code Answers by Language