Skip to main content

Command Palette

Search for a command to run...

How to align text inside div to center ?

Published
1 min read
S

I love learning about technology and sharing that with others

use the CSS for the div.

text-align : center

.free-pricing-container {
  border: 5px solid blue;
  width: 30%;
  text-align: center;
}

More from this blog

H

hashcodehub

271 posts

Consistent, Passionate and Organized :)