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
1 Odpowiedź
+ 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