Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
8
Comments
9
andiaz
@andiaz

All comments

  • P
    Matthew•360
    @MattJM1007
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    Figuring out the background image and overlay

    What challenges did you encounter, and how did you overcome them?

    figuring out the layout and responsiveness

    What specific areas of your project would you like help with?

    any feedback on layout and responsiveness would be great!

    Meet landing page Responsive with Flexbox, Grid

    1
    andiaz•150
    @andiaz
    Posted about 1 year ago

    Overall very nice job, this implementation also works well across many screen sizes! :)

    Some small things I noticed is that the font weight of the headers should be higher (900).

    Also the background color of the footer image should be a darker color as well, compare to the design.

    It's worth playing with if you can make the header images span outside of the viewport, while at the same time avoiding horizontal scrollbars :) I managed to get that work on mobile resolutions if you want to check out my solution, but unfortunately not on higher resolutions (yet!).

  • Abdi•230
    @abdizahir
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    completing the project

    What challenges did you encounter, and how did you overcome them?

    aligning the items using css-grid, searching for it.

    What specific areas of your project would you like help with?

    all of it.

    testimonials-grid-section

    1
    andiaz•150
    @andiaz
    Posted about 1 year ago

    Great job, I noticed that you even implemented an additional breakpoint where the grid displays 2 columns with cards! That's more than I did, nicely done :)

    I did notice some text contrast issues, for instance the Daniel Clifford text should be white, and that the quotes for the cards with white background should be slightly less transparent. Otherwise great job! :)

    Marked as helpful
  • gayathri-v1•180
    @gayathri-v1
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    I was able to write using CSS flex. Understood the concept of web responsive. Understood media queries.

    What challenges did you encounter, and how did you overcome them?

    While using media query for mobile and desktop, initially the code wasn't working. Only desktop layout was working and even if I resize the screen, the div did not get into column. Later I added some height and width and it worked.

    What specific areas of your project would you like help with?

    nothing as such

    four card feature

    1
    andiaz•150
    @andiaz
    Posted about 1 year ago

    Hey there, nice job! I think overall you have done a good job with this implementation. I do recommend to check the shadows however, you should have a shadow of X 0, Blur 30px, Y 15px and spread -11px, color #83A6D2 with an opacity of 50% to match the design. The titles can also be further improved, mainly the spacing between the first two headers and possibly the weight and size of the main header. Keep up the good work! :)

  • neda soleimani•40
    @nedasoli
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    I changed ordered-list design,

    What challenges did you encounter, and how did you overcome them?

    i have problem with cursor styling on hover.

    What specific areas of your project would you like help with?

    cursor styling

    Simple Social links profile

    1
    andiaz•150
    @andiaz
    Posted about 1 year ago

    As far as I know, when you use a custom cursor that is based on an image, you can't change the cursor color. So you need to find an image that matches the cursor color that you want. See this Stackoverflow thread as an example.

  • bialasss•280
    @bialasssek
    Submitted over 1 year ago
    What are you most proud of, and what would you do differently next time?
    • the pace i did the challange
    What challenges did you encounter, and how did you overcome them?
    • changing the image when changing the size from mobile to destkop (used sources with srcset and media)
    What specific areas of your project would you like help with?

    .

    Responsive Product Card using flexbox and grid

    2
    andiaz•150
    @andiaz
    Posted about 1 year ago

    Very impressive solution and looks really close to the original, well done!

    I however noticed that it seems the image URL doesn't work on mobile / lower resolution ( I just get a 404), so might want to check that. But the design itself looks very good, only thing I think is that the button might be slightly smaller (height / top/bottom-padding) in the implementation than in the design :) keep up the good work!

    Marked as helpful
  • Adem Tozlu•140
    @Adem-Tozlu
    Submitted over 1 year ago
    What are you most proud of, and what would you do differently next time?

    "I'm proud that I was able to learn something new. I refreshed my knowledge of HTML and learned how to style the numbering in an ordered list. Next time, I don't think I would do anything differently."

    What challenges did you encounter, and how did you overcome them?

    "Actually, I didn't find it too difficult to implement something; I just had to Google and read the documentation to figure out how to color the numbers."

    What specific areas of your project would you like help with?

    I would appreciate any feedback

    Recipe page solution

    1
    andiaz•150
    @andiaz
    Posted about 1 year ago

    Hi Adem, looks really good! I think some minor comments I could find is that the container (with the white background-color) could be a bit larger to match the design on larger resolutions (I think the container should be 736px but it seems it's around 600px today). This will make the implementation match the design even better. :)

    Also nice work on the responsive design, another small tip is to make the "Recipe preparation box" fill up the full available width on smaller resolutions.

    All in all this is just some nit-picking so keep up the good work! :)

    Marked as helpful
  • RaphaelMacedoB•10
    @RaphaelMacedoB
    Submitted about 1 year ago

    Responsive landing page using flexbox

    1
    andiaz•150
    @andiaz
    Posted about 1 year ago

    Nice job! I think one thing to improve is some additional checks to compare closer to the design. Compare e.g. the gap between different elements. Between "Jessica Randall" and "London, United Kingdom" should only be a 4 px gap for instance. Also put a higher font-weight on e.g. text inside the buttons.

  • Mihai•220
    @h-mihail
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    All good.

    What challenges did you encounter, and how did you overcome them?

    No challenges yet.

    What specific areas of your project would you like help with?

    No need, thank you!

    Blog preview card

    1
    andiaz•150
    @andiaz
    Posted about 1 year ago

    Great job! I spot a few small differences in terms of font-weight. The styles section here mention which font-weight is used for each font https://fonts.google.com/specimen/Figtree (scroll down to the see the styles section, e.g. Medium 500, meaning that medium should have a font-weight of 500 for instance). I then had to compare this quite closely in Figma to find each exact font-weight.

    I also think the author image should be resized to better match the design.

    And the card itself should have a different X+Y box shadow value on hover (from 8px to 16px on hover).

    Otherwise everything looks great, and this is just some small details! Keep up the good work :)

  • Lucas de Sousa Silva•360
    @Luca-Sousa
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    Well, I liked implementing the use of the flex display in the code, I will definitely use it again, I always used the float display a lot in other study projects.

    What challenges did you encounter, and how did you overcome them?

    The biggest challenge was centering the main div in the middle of the site, it was difficult to choose the best way to use the divs.

    What specific areas of your project would you like help with?

    Regarding the project carried out, as it is simpler, I will not need help related to the project, but I will certainly need it in other projects ahead. Thank you very much!

    Project QR Code Component (Html e CSS)

    1
    andiaz•150
    @andiaz
    Posted about 1 year ago

    Very nice job! I agree with the challenges, I had the same challenge too, haha.

    Some smaller comments for improvements:

    • Margin between image and header should be 24px
    • The header is 22px in the design, but in the implemented solution it is 23px
    • Margin between header and paragraph should be 16px

    All in all just some very small comments, great job!

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub