@nikhilkamble9Submitted over 2 years ago
I struggled while adjusting text in the box.
I struggled while adjusting text in the box.
Put your text in a div and the use display: flex to and align-items: center or text-align: center this should work. Just take a short tutorial on flex-box from youtube, if you are not used to it. Also add positioning to the attributes, use position: absolute bottom: (a value to make it stick to the bottom). Try these.