Positioning and centering footer content. Making sure columbs work too. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Positioning and centering footer content. Making sure columbs work too.

i need help positioning the content in my footer. ive tried using text-align center, and marigin auto. as well as positioning functionings. nothings seems to work the way i want it too. https://code.sololearn.com/WYIj71kGz5QL/?ref=app

29th Apr 2018, 11:42 PM
MatrixMan
MatrixMan - avatar
1 Answer
+ 2
Try to reset padding with *{ padding:0; } remove float left from column class and check your code that you have maded an syntax error on margin (you have writed marigin)... Beside this i dont understand your code
30th Apr 2018, 12:40 AM
KrOW
KrOW - avatar