Design comparison
Solution retrospective
Hi everyone, simple but looks could be deceiving with this challenge. Spent a good amount of time fiddling with positioning on those background images. Threw some keyframes at it for some eye candy...sort of.
Any suggestions on it are welcomed, thanks
Community feedback
- @ApplePieGiraffePosted almost 4 years ago
Hey, Arturo Simon! 👋
Haha—I also hopped into this challenge thinking positioning the background images would be a breeze and then left to do something else after like half an hour of
calc()
and viewport size units! 😅You've done a nice job, once again, and I like that subtle animation to the background images! 😎
Happy coding! 😁
1@artimysPosted almost 4 years ago@ApplePieGiraffe I will add that one of your previous designs inspired the bg animation. Thanks
0 - @AbePlaysPosted almost 4 years ago
The animation looks dope. Loved it!
1 - @brasspetalsPosted almost 4 years ago
Hi, Arturo! 👋 I usually shy away from commenting on challenges I haven't completed myself, but wanted to let know I thought your solution was excellent! I particularly like the background animation on the desktop version, which I'm bookmarking for reference.
Poking around the code, I think I know of a simpler way of positioning the
.profile-card__hero
. Instead of absolute positioning, you could usedisplay: flex
along withalign-items: center
andjustify-content: center
on your.profile-card__header
. Then just addmargin-top: 140px
(the height of the header) to.profile-card__hero
. Your solution works perfectly, and there's probably a good reason you did it that way (I'm definitely still a newbie), but I thought I'd throw it out there just in case!1@artimysPosted almost 4 years ago@brasspetals, thanks for poking around because I like your suggestion way better and already implemented it. The animated background was influenced by one of @ApplePieGiraffe designs. I thought it was cool too.
Your feedback is priceless, thank you
1@brasspetalsPosted almost 4 years ago@artimys Excellent - happy to have helped!
APG always bringing the animation game, it's true. 😄
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