Guys , My Websie is working good At desktop but not at mobile. Please check my HTML code ! I code mostly in VS code (desktop) | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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

4th May 2024, 4:28 PM
Layla Qureshi
Layla Qureshi - avatar
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).
4th May 2024, 6:01 PM
Ausgrindtube
Ausgrindtube - avatar
+ 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?
4th May 2024, 11:39 PM
Wong Hei Ming
Wong Hei Ming - avatar
+ 2
Desktop has access to your personal files, mobile app does not.
5th May 2024, 12:29 AM
Chris Coder
Chris Coder - avatar