I would like to know to align the text in a p element to be vertically centered.
p
Here are my styles:
If you use Bootstrap, try to assign margin-bottom 0 to the paragraph and after assign the property align-items-center to container, for example, like this:
....
Bootstrap by default assign a calculate margin bottom, so mb-0 disabled this.
I hope it helps