How to align my text in center hor and ver in react
I want to align my text in middle of the video.How do I do it
14 Replies
I saw many posts but most of them said you shld use relative
Is there a war I can use flex in thsi
flex no but you can stack them on top of each other with grid
I never used grid
cant I use position:relative
sure you can but it needs to be on a element that wraps both of your element (video and h6) and then use position absolute to put the h6 in the center
Idk much abt positions been a while worked with html and css
you can check my codepen 1st image is with grid 2nd with position
okay I did
didnt understand about grid
I think I shld watch a yt on it
what does this do width:min-content;
i just did it to limit the width of the container to the width of the image since div by default cover 100% of the width
you may not need it
whats the best website to learn html and css again with hands on
don't know really look through #resources maybe you will find something
#learnGrid it's amazing
alr thanks
I thought flex was used more so never touched grid