I am still trying to learn the basics of HTML and CSS I wish to see your feedback about my trial I will really appreciate your review
Meriam Selim
@selimmeriamAll comments
- @maimagedSubmitted almost 3 years ago@selimmeriamPosted almost 3 years ago
Hi Mai... Can you please deploy the project on a working link so we can help you? Sincerely...
0 - @alessandro-giuzioSubmitted about 3 years ago
Hello, very frustrated here, after 3 weeks i cannot finish the project, so please help me!
@selimmeriamPosted about 3 years ago1st: you used one image: the mobile image in the desktop & mobile view, interchange between them will help you a lot by using media query --> (screen >1400) display desktop image o.w display mobile image.
2nd: use display:flex; to exchange views between mobile & desktop for the whole content. Viewing main content --> <1400 flex-direction:column; o.w flex-direction:row; as a default you don't have to write it.
apply those changes first then start solve the rest
Hope that Helps you...
Marked as helpful1