I tryed so hard to make my code responsive... but I can't. Help!!! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I tryed so hard to make my code responsive... but I can't. Help!!!

https://code.sololearn.com/WOoFoaEZor8K/#html

15th May 2019, 11:26 PM
Joana Casais
Joana Casais - avatar
3 Answers
+ 5
body { text-align: center; align-self: center; align-self is flexbox selector, where is display: flex? Max width 100% at @media? This is meaningless @media (max-width: 100%) Should be in px Do not put html comment tag in css <!--Responsive CSS--> margin: auto 350px auto 350px; is wrong format, use margin: auto 350px;
15th May 2019, 11:49 PM
Calviղ
Calviղ - avatar
0
I think bootstrap is friendly and I offer it.
16th May 2019, 12:25 PM
Károly György Tamás
Károly György Tamás - avatar