Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • MrNomisโ€ข 40

    @MrNomis

    Submitted

    i still donยดt know what is the right way to center a div horizontally and vertically... if anyone can help with that it would be very appreciated.

    Mohammad Ebrahimiโ€ข 250

    @moheb2000

    Posted

    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:

    1. Don't use h3 if you don't have h1 and h2. Use h1 instead and change its styles with css
    2. 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
  • Mohammad Ebrahimiโ€ข 250

    @moheb2000

    Posted

    Awesome work. I have some suggestions for a better result:

    1. When User click on reset button, custom tip field doesn't clear
    2. When user enter zero in people number field error will disappear
    3. 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 helpful

    1
  • Khadija Rejjaouiโ€ข 220

    @Khadijarejjaoui99

    Submitted

    Hello developers, I have done this challenge using HTML, CSS, & JS . I am looking forward to hear your feedback. I appreciate your time :) Thank you!

    Mohammad Ebrahimiโ€ข 250

    @moheb2000

    Posted

    Awesome! Really good work. Some suggestions for better result:

    1. I think It's better to use equal width and height like 40px for rating numbers to achieve a complete rounded circle.
    2. Using transitions for button and rating numbers is nice too.
    3. Also you can use bold font weight for button text and increase its letter spacing a little bit.

    Good work! Keep going๐ŸŒธ๐ŸŒธ๐ŸŒธ

    Marked as helpful

    0
  • Karol Binkowskiโ€ข 1,640

    @GrzywN

    Submitted

    I used GSAP to make loading animations for this project, let me know whether you like it or I should improve something. That was my first time using Parcel and GSAP, so this project isn't that advanced. But as they say practice makes perfect.

    Any feedback how can I improve animations and my code are highly appreciated and welcome here!

    Mohammad Ebrahimiโ€ข 250

    @moheb2000

    Posted

    Fascinating! Keep going

    Marked as helpful

    1
  • Louie Jโ€ข 230

    @ljmarket13

    Submitted

    My solution to the Ping Coming Soon project. I feel like my js code can be refactored more but let me know what you think!

    Mohammad Ebrahimiโ€ข 250

    @moheb2000

    Posted

    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
  • Danilaโ€ข 110

    @ColdLikeMcFlurry

    Submitted

    My first project :) I will be glad to any feedback

    Mohammad Ebrahimiโ€ข 250

    @moheb2000

    Posted

    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 helpful

    0
  • AditNovadiantoโ€ข 1,040

    @AditNovadianto

    Submitted

    I will be happy, to hear any feedback and suggestion

    Mohammad Ebrahimiโ€ข 250

    @moheb2000

    Posted

    Awesome ๐Ÿ‘๐Ÿ‘๐Ÿ‘

    1- For 'Why Us' section it's better to use lists in HTML because it actually is a list but if you don't want to use that you need to put them in different lines.

    2- don't use flex method for centering element in mobile view because it's cause overflow issues. You fixed overflow in vertical direction but in horizontal direction some texts aren't readable.

    Great work. Good lock โค๏ธโค๏ธโค๏ธ

    Marked as helpful

    0
  • @catherineisonline

    Submitted

    Hello, Frontend Mentor community! This is my solution to the Testimonials grid section.

    I have read all the feedback on this project and improved my code. Due to the fact that I published this project very long ago, I am no longer updating it and changing its status to Public Archive on my Github.

    You are free to download or use the code for reference in your projects, but I no longer update it or accept any feedback.

    Thank you

    Mohammad Ebrahimiโ€ข 250

    @moheb2000

    Posted

    Fantastic ๐Ÿ˜๐Ÿ˜๐Ÿ˜ I think it's better use font weight 600 for headings and replace black color in 'Such a life-changing experience. Highly recommended!' heading with """Very dark grayish blue""". Awesome work๐Ÿ‘๐Ÿ‘๐Ÿ‘ Good lock!

    0
  • Mohammad Ebrahimiโ€ข 250

    @moheb2000

    Posted

    Really good ๐Ÿ‘๐Ÿ‘๐Ÿ‘ I think using a lighter color in box shadow for button makes your result better.

    0
  • Cody Perryโ€ข 90

    @CodyJPerry

    Submitted

    Incorporated CSS variables into project and reduced the use of compound selectors after watched one of Kevin Powell's videos on the drawbacks.

    Had fun with this project!

    Mohammad Ebrahimiโ€ข 250

    @moheb2000

    Posted

    Awesome ๐Ÿ‘๐Ÿ‘ Only one suggestion: Your component has radius on top corners but has no radius on bottom corners.

    0