Fylo Dark Theme Landing Page (HTML | CSS | JS Vanilla)
Design comparison
Solution retrospective
...made with a lot of love 🤘🏻🙂
Community feedback
- @Alokray007Posted 9 months ago
Hello there 👋 @ngdangtu-vn
Good job on completing the challenge !
Your project looks really good!
I have a suggestion about your code that might interest you.
There is an very useful browser extension called Perfect Pixel that allow you compare with the design image and thus see the exact dimensions. I recommend it to you.
I hope this suggestion is useful for future projects.
Other than that, great job!
Happy coding.
Marked as helpful3 - @michelNicePosted 9 months ago
Hello there! how are you, @Cheosphere?
I have been trying to build a project, However I can not get the navegation the right way. So What i am trying to do is add an unorder list and h2 with flexbox. my goal is
while scrolldown the the IMG shrink to the small and then get back it to normal without push another elements aside as I am doing 2.When it goes to mobile the IMG stay the same size it doesn't shrink at all
I'm 3 day in a row try do doing it own my own, seaching on google, chat gpt , stckover flow you name it...
exemple what I am trying to do:https://www.nestpanos.com
my repository:https://github.com/michelNice/Nest-Panos
Thank you for you time.
by the way.. good job on the project.
1@CheospherePosted 9 months ago@michelNice Hello, I have reviewed your project, to avoid the displacement of elements, in your tag with the "navbar" class you can set the "justify-content" property with a value of "space-between":
.navbar{ display: flex; **justify-content: space-between;** padding-right: 2rem; background: network; width: 100%; top: 0; left: 0; right:0; position: fixed; }
With this you get the list and h2 elements to be placed on the sides, and remain static.
0 - @ngdangtu-vnPosted 10 months ago
This must be the legendary perfect pixel I've been seeking for since the dawn of our goddamn universe! Tell me, the warrior, what did you sacrifice to achieve such a flawless work like this? I must know!
1@CheospherePosted 10 months agoHello @ngdangtu-vn, I have some knowledge of graphic design, what I do is carefully examine the "desktop-design.jpg" file, using photoshop or illustrator, so I can measure the sizes, margins and padding of each element, and apply it to my development to achieve a result almost identical to the UI design that they give us in the project files folder. It's a bit stressful and time-consuming work, but I like seeing the end result.
0@michelNicePosted 9 months agoHow are you today , @Cheosphere ?
I've been building a project however I do have some difficulties. well, one those problems is when I hover on the content with the IMG and the transform: scale effect doesn't work, What should I do?
Live project:https://lucent-chimera-a55018.netlify.app/
repository:https://github.com/michelNice/Nest-Panos
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