Design comparison
SolutionDesign
Solution retrospective
The most difficult thing in this challenge was positioning the images π , because they were always hidden π€¨ by having them in the same container. π€·ββοΈ But if there's a better way to do it, I'd appreciate any suggestions.π
Community feedback
- @engelbrechtzPosted about 2 years ago
Hey, how's it going? π
Everything is perfection π€
Amazing Sleek Animations!
Changes To Consider
- One suggestion would be to use variables for media queries. When defining screen sizes It's best to call a variable instead from writing out the sizes manually.
$phone: 760px; $tablet: 1024px; $desktop: 1920px;
The question is, where are you learning Javascript currently? You are onto it! Remember, start off with small projects then scale π
Otherwise, Keep up the work!!
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