0
Project
Hey there am having trouble building actual responsive projects on my own any tips on how I can actually get by that because I am willing to put in the work #have just finished my css and html but it’s like I lack confidence yet I have so many ideas https://www.sololearn.com/discuss/2762113/?ref=app
2 odpowiedzi
0
Try to first design for phones, considering the viewport to be vertical. Then add media queries and adjust properties to suit desktops. This is called Mobile-first Web Design, and is considered a good practice these days because most casual web traffic comes from mobile phones.
0
If you need help with any specific piece of code or project then please link to that code so we can take a look and see what's going on.