fylo-dark-theme-landing-page

Solution retrospective
As always, your feed back is highly required, thanks.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ashiqfury
Great work. But there is a lot of things to change..
Some issues to fix:
-
Your header not render properly.
-
In mobile view, hamburger menu is not display.
-
Use
display: flex
inul
tag instead ofnav
in header. It will fix the header issue. -
Add
padding
in header tag. -
Add
width: 70%
in.first-wrapper
and make the elements center by usingmargin: 0 auto
-
Remove
width
in.test, .test-2, .test-3
and addmargin: 0 20px
in.test-2
-
Instead of using three classes for test element, use a common class like
test
.
I think it will help you. Thanks.
Marked as helpful -
- @titancode25
Your navbar isn't looking in proper way, Hope you fix it soon!
Marked as helpful - @arkharman12
The header and the three cards are not displaying correctly. You might want to look into that!
Marked as helpful - @oliveiring
There're some stuff on your code that needs fix it, Nevertheless is way hard to do something because there's no comment.
Marked as helpful
Join 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