Design comparison
Solution retrospective
This was only my second time using Bootstrap and i had some trouble when combining unique classes with the Bootstrap classes. I tried using them in a different order and that didn't help. This problem only happened about half the time.
I ended up creating new divs with the unique classes, but would be great to know of any issues with combining classes so I can clean up my code.
I was also having issues moving the .computer img back to the center of the screen for the media query. In the desktop version it is a relative position. I tried changing the position to static, but this didn't help. I found a work around, but it isn't very clean or precise.
Community feedback
- @MasterDev333Posted almost 4 years ago
@Jessica. Great work~ If you want to put computer image center of screen in other resolutions, please remove left: -40% in media queries. And it would be great if you use a tags in footer rather than p tags. Usually, those are links, not text. Overall, it's really great. Happy coding~ :)
0@jessicaaryPosted almost 4 years ago@MasterDev333 Thank you for the feedback, that's very helpful!
0
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