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

Here is the screenshot of the div with some content but the content is not centered and I want all the content to be centered.

So here inside the budget div i want it to be centered.

screenshot_67.png

.paymentDetailsMilestone div {
  border: 2px solid teal;
  width: 20%;
  text-align: center;
}

after using the above code it will be aligned to center

just like the below screenshot

screenshot_95.png

32 views

More from this blog

H

hashcodehub

271 posts

Consistent, Passionate and Organized :)