Fylo Dark Theme Landing Page(SCSS + BEM + PIXEL PERFECT)
Design comparison
Solution retrospective
It took a little long...
I tried to do pixel perfect design maybe 95 percent I did. But the intro background not same with original design. I don't know how can i fixed, also I don't want to deal with this right now because of i want to start new challenge. I know this is a bit like a diary but thank you for read :)
Community feedback
- @brasspetalsPosted over 3 years ago
Hi, Mesut! 👋
Congrats on completing this challenge! Your solution looks great and responds very well. This challenge definitely took me a lot longer than I thought it would too. 😄
There’s a quick fix to your background issue - no worries! Simply add
background-position: center bottom
andbackground-color: #1c2431
to your.bg-curvy
. That way you can also get rid of.intro::after
. This should make the desktop version display correctly.The only other small suggestion is to add
cursor: pointer
to your buttons.Congrats again and happy coding!
2@mesutcifciPosted over 3 years agoHey @brasspetals,
Thank you for your comment. I will trying codes that you write above.
0@mesutcifciPosted over 3 years agoI implemented your codes and it is working perfectly. Thank you again.
1 - @ApplePieGiraffePosted over 3 years ago
Greetings, Mesut Çifci! 👋
It's good to see you complete another challenge! 😀 Nice work on this one! 🙌 You did a pretty good job in getting your solution to look as close to the design as possible! 😉
One thing I might suggest to improve your solution would be to add some transitions to the hover states of the various interactive elements of the page (for instance, the hover state of the "See how Fylo works" link is a bit jumpy in the desktop layout). It's a nice extra touch that makes things cooler, I think! 😉
Keep coding (and happy coding, too)! 😁
1@mesutcifciPosted over 3 years agoHey @ApplePieGiraffe
Thank you for your comment. May be i can add some transition and animation in future :)
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