Should we design Mobile or Desktop first? Tailwind makes the HTML page complicated to read and messy, is there any way to reduce the complexity? Suggestions are welcome. Thank you
nikoProg
@nikoProgAll comments
- @jayantghadgeSubmitted almost 2 years ago@nikoProgPosted almost 2 years ago
Good job on completing the challenge!
Most of the time, apps are designed mobile-first. Also, in this challenge's case, it is much simpler to position elements for mobile than big desktop screens.
Marked as helpful1 - @Fikayomi31Submitted over 2 years ago
Have difficulty in background-image in the css
@nikoProgPosted over 2 years agoOpen the developer console(F12 or right click > inspect) and start editing HTML and CSS directly as you view the page. This can help when you can't be quite sure what part of your code is changing what part of your page.
Body's min-height is 600vh, which means 600% of your user's viewport height. This was the most jarring thing for me, because it immediately shows in the design comparison on the solution page. Could you share why have you decided to write that?
Also, if you truly get stuck on something, but it is not too big of a project, maybe you can try again, with a clean slate, it could be faster than trying to figure out what you messed up before. Since there are many similar challenges on this site, I think you could just continue and do them. That way, you could see your progress too!
0