0
Css code don't work on my phone
I wrote a code for a basic structure of a site to sell things but when I run it on my phone the Css code doesn't apply and I just have an Html page. Can anyone help?
2 Antworten
0
If you're using CSS from external sheet then make sure path/URL to CSS file specified in <link> is correct.
This is less likely to happen with inline or embedded CSS styles.
0
I agree ⬆️ make sure you have linked the stylesheet. If you have then maybe something is misspelled or misplaced