Landing page challenge using Flexbox.
Feedback are welcome :)
Landing page challenge using Flexbox.
Feedback are welcome :)
Hello Luca Pizzarotti 👋
Excellent work on this challenge 🎉🎉🎉.
Just that and it will look excellent, Happy coding 😊.
One of the possible improvment I thought of is to load or display the later parts of the list when it's necessary (when scrolled to it) and I plan on doing some research on this and how it affects the performance. So if someone got some reading materials about that that he could provide to me I would be grateful.
Hello Karel Klečka 👋
Excellent work on this challenge 🎉🎉🎉.
Add on the body, header and your other elements with background-color transition: background-color .5s
, now press the dark / light button and the background color change is smoother ✨.
Happy coding 😊.
It's a pleasure to know your notes and advice.
Hello nisma ahmed 👋
Excellent work on this challenge 🎉🎉🎉.
Happy coding 😊.
Hello All!
Just finished my second challengewith this amazing flag site! Gotta say it was a pretty tough one and some stuff drove me crazy, but I'm pretty happy with the result :D
Be welcome to post any feedback, will be much appreciate it <3
Have a nice day!
Hello Eduard Garcia 👋
Excellent work on this challenge 🎉🎉🎉.
The header and the filters are not centering on screen devices > 1450px, try to fix it.
Add on the body and the header transition: background-color .5s
, now press the dark / light button and the background color change is smoother ✨.
Happy coding 😊.
The truth is that the challenge was quite fun, although the dark mode part got a little complicated, but I was able to pull it off and finish it without any problems. But the code can still be improved.
Hello Wilder Rincon 👋
Excellent work on this challenge 🎉🎉🎉. Just add transition: background .5s
on the body and the header class, now press the dark / light button and the background color change is smoother ✨.
Happy coding 😊.
Hi Everyone, I would entertain feedbacks, constructive criticism and questions. Thank you.
Hello Abiodun Olunu 👋
Excellent work on this challenge 🎉🎉🎉.
Try to integrate a debouce for the input search, this makes the request be called when the user stops typing. Currently in your solution for each letter written a request is being made and that is bad for a real project,.
Your backend will appreciate it very much ✨.
Happy coding 😊.
I used sass for the first time. It may be a little bit much css and media queries. I'm waiting for the feedbacks. Thanks !!
Hello Yagiz 👋
Excellent work on this challenge, if you want to improve your CSS code, I recommend using BEM (Block, Element, Modifier) methodology.
Happy Coding 😊.
It is not the best way to do, but it was a way for me to understand the DOM a little more. Was definitely a good one.
Hello CodeSmitty 👋
Excellent work on this challenge 🎉🎉🎉. Just add transition: .5s background color
on the body, now press the dark / light button and the background color change is smoother ✨.
Happy coding 😊.
Not that great with TS, any suggestions welcome :)
Hello Djordje Stevanovic 👋
Excellent work on this challenge 🎉🎉🎉.
Only add transition: background-color 1s
in the body and todo-form class, In header class add transition: background 1s
, now press the dark/light button and enjoy the magic ✨.
Happy coding and Happy new year 😊.
Hey all,
Any suggestions or general feedback would greatly be appreciated. Thanks
Hello @apatrickg 👋
The layout breaks on devices larger than 1500px, try to use a fixed width so that the elements do not overflow.
Happy new year and keep coding 😊.
I m beginner , my output seems right but my code seems little bit less readable. I will try writing better code in upcoming challenges. if u saw my work , any comments are welcomed
Hi Guys,
This project started off well, but I ran in to a few problems which have been driving me crazy!
Would love some advise on some of the following points:
Cheers
Hello @AndyBeable 👋
countdown numbers are not centered because they have left and right padding, try using a fixed width.
for example:
.countdown__item {
display: flex;
flex-direction: column;
justify-content: center;
max-width: 110px;
width: 70px;
padding: 2.5rem 0;
text-align: center;
background-color: #333950;
border-radius: 5px;
}
Vote up if I helped you.
Happy new year and keep coding 😊.