Hi everyone,
I know this is a very solvable problem but for some reason I can’t seem to understand how to manipulate div’s to get them into places I want. I’ve just started working on the random quote project but I’m having a difficult time getting my quote text to be centered in the middle div as well as move my “next quote” button down to the bottom right. Whenever I try adjusting the margins it shifts everything along with it. I feel like the learning curve with div manipulation is higher than learning javascript haha.
I’ve linked my CodePen project for you guys to look at. Let me know the proper way to position divs with css because I’ve been relying on trying to use margin and padding which hasn’t been working out too well.
http://codepen.io/countercoded/full/Mpjdww/
Thanks!