Design comparison
Solution retrospective
I really dont understand how to make websites both for desktop and for phones. Also I had a problem with 'Change'-link: position 'absolute' makes it really strange. But it
s the best I could make
Community feedback
- @guztrilloPosted about 3 years ago
Don't give up yet. Try to learn about Media Queries and responsive design. You can even made a responsive design page without using media queries at all.
Marked as helpful1@andriimePosted about 3 years ago@guztrillo Thanks for support. I`ve just got info about useful sources from comments so I certainly will learn about it more)
0 - @annab6Posted about 3 years ago
Hi! I advise you to see this video of Colt about media queries, it helped me a lot with building a responsive layout https://www.youtube.com/watch?v=na-X_SM8vg0 Happy Coding!
Marked as helpful1@andriimePosted about 3 years ago@Anna60991 Thank you for sharing useful videos) Wish happy codding for you too!
1 - @Amirmardan-progPosted about 3 years ago
If I'm not wrong the repository for this project is called "sn". Look to make it responsive, you should use
@media (max-width: <viewport size>){}
in your css file. have a look at https://www.w3schools.com/css/css3_mediaqueries_ex.asp and https://developer.mozilla.org/en-US/docs/Web/CSS/@mediaMarked as helpful1@andriimePosted about 3 years ago@Amirmardan-prog Thank you! Finally, I made some succesful attemps with media)
0 - @FluffyKasPosted about 3 years ago
Hey, it would be nice if you linked your github repository, so we can take a look at your code :) The repositories l see at your profile don't really have descriptive names either.
Marked as helpful1@andriimePosted about 3 years ago@FluffyKas it would be nice to do it, but how to change the repository`s name?
0@FluffyKasPosted about 3 years ago@andriime Go to the repository in question, then to Settings, and basically the first thing you should see in the Settings page is your repository name. Don't forget to update your solution here with linking that repository to your solution.
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord