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

  • Akram Adjabโ€ข 380

    @akramAdjab

    Posted

    Hey Emmanual and congrats on completing this challenge

    I saw that your component is not perfectly centered in the middle of the page. I also checked your code if there were some errors and found that you didn't try to center it. So, try centering it with flexbox or grid.

    -Flexbox: try to write the following code in your body tag

    Display: flex
    Align-items: center;
    Justify-content: center;
    

    -Grid: try to write the following code in your body tag

    Display: grid;
    Place-items: center;
    

    There are a lot of different ways to center your component in the middle but these two are the most popular and used ones.

    I hope my feedback was helpful, if it's don't forget to marked as hepful ๐Ÿ™Œ๐Ÿป

    0
  • Akram Adjabโ€ข 380

    @akramAdjab

    Posted

    Hello @1991facundo, Congrats on completing this challenge

    I've checked your solution and noticed some errors you made

    • Always use a very light shadow, don't use a dark shadow as it will make your user experience very bad.
    • Try to reduce the title's font-size this is also to create a great user experience

    Hope my feedback was helpful ๐Ÿ™Œ๐Ÿป

    Marked as helpful

    0
  • logesh1204โ€ข 40

    @logesh1204

    Submitted

    suggest some css website that include flex ,grid, animation...etc

    Akram Adjabโ€ข 380

    @akramAdjab

    Posted

    Hello Logesh, Congrats on completing this challenge

    I've checked your solution and your code, and noticed there are small errors I made

    • Every page must contain one h1 for SEO optimization
    • The paragraph is not 100% readable due to the color you declare. You should always check the contrast ratio between text and background color on coolors
    • When you are building a layout or component like this, always focus on the visual hierarchy and the user experience. Here in this component try reducing the white space between the title and paragraph to make them connected to each other.

    Hope my feedback was helpful ๐Ÿ™Œ๐Ÿป

    0
  • Akram Adjabโ€ข 380

    @akramAdjab

    Posted

    Hello, Congrats on completing this challenge

    I've checked your code, and noticed that you're using % unit a lot, and it will cause a lot of errors in your component style. So, to avoid these errors, you should instead use the rem, px, em ... etc units, and when your component style crushs, use media queries to fix it.

    Hope my feedback is helpful ๐Ÿ™Œ๐Ÿป

    0
  • Akram Adjabโ€ข 380

    @akramAdjab

    Posted

    Hello Carlos, Congrats on completing this challenge

    I checked the html and css files and the code in both of them are great, just a small issue that I noticed

    • Every page must contain one h1 for SEO optimization

    Hope my feedback is helpful ๐Ÿ™Œ๐Ÿป

    Marked as helpful

    1
  • Akram Adjabโ€ข 380

    @akramAdjab

    Posted

    Hello Hussam, Congrats on completing this challenge

    I will give you a very simple tip. When you are building a layout or component like this, always focus on the visual hierarchy and the user experience. Here in this component try reducing the white space between the title and paragraph to make them connected to each other.

    I hope my feedback was helpful ๐Ÿ™Œ๐Ÿป

    Marked as helpful

    0
  • Akram Adjabโ€ข 380

    @akramAdjab

    Posted

    Hello Kolade ๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ, Congrats on completing this challenge

    I checked your solutions and I found small mistakes:

    • The body element should have the background color and not the container element
    • To align the card vertically at the center, min-height: 100vh must be added to the body element using align-items: center
    • When justify-content: center is specified there is no need to add margin-(right, left): auto
    • Try reducing font size in media query

    I hope my feedback was helpful ๐Ÿ™Œ๐Ÿป

    0
  • Nanleโ€ข 130

    @N-anle

    Submitted

    I am having some trouble with the positioning of the main box in smaller screens, it doesn't show everything until I have to put a drastic position using position:relative; but using that makes me have too much space on the top and too little space on the bottom. Any help will be well appreciated, thanks

    Akram Adjabโ€ข 380

    @akramAdjab

    Posted

    Hello Nanle, Congrats on completing this challenge

    I noticed from your solution that the buttons are not perfectly aligned at the end so try to fix it try making the parent container flexible

    .container {
       display: flex; 
       flex-direction: column;
    }
    

    Then add to buttons margin-top: auto and they will be perfectly aligned at the end.

    I hope my feedback was helpful! ๐Ÿ™Œ๐Ÿป

    Marked as helpful

    0
  • Akram Adjabโ€ข 380

    @akramAdjab

    Posted

    Hello Stefan ๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ, Congrats on completing this challenge

    I will give you a very simple tip. When you are building a layout or component like this, always focus on the visual hierarchy and the user experience. Here in this component, the whitespace is completely wrong, so it should be fixed and made perfect for users. Try to reduce the space between texts, prices, and button to make them related to each other.

    I hope my feedback was helpful to you ๐Ÿ™Œ๐Ÿป

    0
  • Akram Adjabโ€ข 380

    @akramAdjab

    Posted

    Hello Lisakhanya ๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ, Congrats on completing this challenge

    Floats are a very old method of positioning items. Alternatively, you can use some modern methods like flexbox and grid. To get to know them, I suggest Jonas Schmedtmann's courses on Udemy

    I hope my feedback was helpful ๐Ÿ™Œ๐Ÿป

    0
  • Ajayโ€ข 190

    @ajay117

    Submitted

    Feeling good after completing this project, I completed this project pretty fast than my other older projects. And also felt really confident, maybe because of my other projects on frontend mentor. Guys, if you have any suggestions I can do to improve please elaborate. Thank you.

    Akram Adjabโ€ข 380

    @akramAdjab

    Posted

    Hello Ajay ๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ, Congrats on completing this challenge

    I checked your solution code, and I found small mistakes in your code

    • Don't specify the width component in the @media query, try specifying the width in the main tag
    • Don't use percentage to define width, we only use percentage to make responsive images. So you can use units like px, em, rem to define a fixed width for your component, and you can write @media query when your design crashes

    I hope my feedback was helpful ๐Ÿ™Œ๐Ÿป

    Marked as helpful

    1
  • Matt Hummelโ€ข 40

    @matthummeldev

    Submitted

    Here is my solution for the QR Code Scanner. Feel free to provide any feedback or improvements I can make.

    Akram Adjabโ€ข 380

    @akramAdjab

    Posted

    Hello Matt ๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ, Congrats on completing this challenge

    I checked your code solution for this challenge, and I found very small errors

    • Your component it's bigger because of the @media query you wrote, it replaces the max-width of the wrapper class. So to fix your problem, try deleting it
    @media (min-width: 768px) {
        .code-container {
            max-width: 1440px;
        }
    }
    

    I hope my feedback was helpful ๐Ÿ™Œ๐Ÿป

    Marked as helpful

    0