Latest solutions
Latest comments
- @MrNomisSubmitted about 3 years ago@moheb2000Posted about 3 years ago
Good work 🌸🌸🌸
If you want to center a component with flexbox you can use this:
.your_div { display: flex; justify-content: center; align-items: center; }
and the parent element for your div must have
height: 100%;
Some other suggestions for achieving a better work:
- Don't use h3 if you don't have h1 and h2. Use h1 instead and change its styles with css
- Use margin and max-width instead of using width and height and also use rem unit instead of using pixels
I hope my advice help you. Keep going! 🌸🌸🌸
0 - @thainadlopesSubmitted about 3 years ago@moheb2000Posted about 3 years ago
Awesome work. I have some suggestions for a better result:
- When User click on reset button, custom tip field doesn't clear
- When user enter zero in people number field error will disappear
- Add a check for computing tips and total price so when user enter an invalid data, "Nan" and "Infinity" don't appear in price labels
Keep going these awesome works 🌺🌺🌺
Marked as helpful1 - @Khadijarejjaoui99Submitted about 3 years ago@moheb2000Posted about 3 years ago
Awesome! Really good work. Some suggestions for better result:
- I think It's better to use equal width and height like 40px for rating numbers to achieve a complete rounded circle.
- Using transitions for button and rating numbers is nice too.
- Also you can use bold font weight for button text and increase its letter spacing a little bit.
Good work! Keep going🌸🌸🌸
Marked as helpful0 - @GrzywNSubmitted about 3 years ago
- @ljmarket13Submitted about 3 years ago@moheb2000Posted about 3 years ago
Hey! That's Awesome. Really good work. For better transition on social media icons you can use to transitions like this:
a:hover i { /* Other codes */ transition: background-color 0.5s, color 0.5s; }
and
a i { transition: background-color 0.5s, color 0.5s; }
Good luck!
1 - @ColdLikeMcFlurrySubmitted about 3 years ago@moheb2000Posted about 3 years ago
Great job ❤️❤️
1- title color is a bit lighter than black. You can use 'Dark blue' color for title. its value is in style-guide.md file.
Good lock 👌👌👌
Marked as helpful0