Latest solutions
Latest comments
- @nikhilkamble9@Rk44-github
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.