+ 1
I tryed so hard to make my code responsive... but I can't. Help!!!
3 Antworten
+ 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;
0
I think bootstrap is friendly and I offer it.