skip to Main Content

How to center text in div in HTML and CSS?

I have this div in my HTML file: .aboutme_bar { width: 100%; border-top-left-radius: 8px; border-top-right-radius: 8px; height: 30px; background: lightgray; display: flex; justify-content: space-between; align-items: center; transition: all 0, 33s ease-in-out; } .aboutme_bar_text { display: flex; align-items: center; justify-content: center;…

VIEW QUESTION
Back To Top
Search