css - Media only screen doesn't work -
i having trouble "media screen" styling. looks on mobile phone (ip7):
my css code this, doesn't have affect on page look. have put meta things in html file:
@media screen , (max-width: 768px) { body { background-image: none; background-color: white; font-size: 20px; } #katalog { height: 10px; } #salon { width: 200px; } }
for example orginal #katalog style looks
position: relative; width:50%; height: 700px; border: 1px solid black; margin-left: auto; margin-right: auto;
i having troubles posting html code using 'code option' added here, think using jsfiddle better
my page hosted -> https://james0nerep.000webhostapp.com/#
Comments
Post a Comment