0
Guys , My Websie is working good At desktop but not at mobile. Please check my HTML code ! I code mostly in VS code (desktop)
I want to create a website like youtube Copy , so I m working It's not working good. https://sololearn.com/compiler-playground/WsQBOX2LQ55g/?ref=app
3 ответов
+ 2
I think the idea is that you start now with programming "Mobile first" and the you can use media queries to upscale towards a desktop (think of tablets and then laptops).
+ 2
I'm not good at HTML but read your code anyway.
I tkink what you mean for "not working" is about images are not shown.
Take a deeper look into the code on img tag:
<img class="doi" src="deathnotelogo.jpg" width="375" height="auto" >
Where is the file "deathnotelogo.jpg" stored?
+ 2
Desktop has access to your personal files, mobile app does not.