Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
7
Comments
19
P

Erwin

@erwindrd2190 points

I’m a mysterious individual who has yet to fill out my bio. One thing’s for certain: I love writing front-end code!

Latest solutions

  • Responsive design, using sass, css and html


    P
    Erwin•190
    Submitted 3 months ago

    I was playing with the idea of order to change the order of the items in the hero section of the desktop. However, I couldn't make it work. I am excited to hear the 'best' solution from someone. I am not too happy with the solution I came up with.


    1 comment
  • Responsive HTM CSS and SASS


    P
    Erwin•190
    Submitted 4 months ago

    For not, no help is needed. If anyone has suggestions to improve the code or how to optimize it, please let me know.


    1 comment
  • Responsive page using sass and html


    P
    Erwin•190
    Submitted 4 months ago

    Nothing at the moment.


    1 comment
  • Responsive product card with vanilla html and css


    P
    Erwin•190
    Submitted 4 months ago

    I noticed the text and the icon in the button are not the same as in the design (text is not vertical center aligned). I tried using flex to solve it, but it didn't work out. Furthermore, I would rather not use a bottom margin on a singe text, so for now, I decided to leave it.


    1 comment
  • Receipe page using html and CSS


    P
    Erwin•190
    Submitted 4 months ago

    I do not need any help at the moment.


    1 comment
  • Vanilla html and CSS


    P
    Erwin•190
    Submitted 4 months ago

    At the moment I do not need help.


    1 comment
View more solutions

Latest comments

  • davidcasto•110
    @davidcasto
    Submitted 3 months ago

    HTML5: For building the structure of the webpage using semantic

    2
    P
    Erwin•190
    @erwindrd2
    Posted 3 months ago

    The link to your code in GitHub is not working. It put /pages after your repository.

    Your card looks nice! It is however not responsive, you are using px for width and height, and also for your padding and margins, you might consider using relative units like rem and em. But since it is a small vertical card, it still looks good on a phone.

    You don't have a hover in your design, the cursor changes to a pointer because they are buttons, but the color of the button doesn't change on hover. You have added the color only to the top button with the 'git' class. Try to make it change color with the hover state in your code.

    Keep up the good work!

  • davidcasto•110
    @davidcasto
    Submitted 3 months ago

    i design by consider flex techniques and without depends on Ai

    1
    P
    Erwin•190
    @erwindrd2
    Posted 3 months ago

    Looking good.

    I would consider using more relative units, like rem and em, to make the card more responsive. You are using a lot of px and that means it is a fixed with regardless of the screen.

    It seems you did not create the mobile design, the idea is to have 1 design that looks good on all devices. So for the phone, you most likely need to stack the items as shown in the design.

    This article might help you start creating a responsive design.

    Keep up the good work!

  • Ridwan1234567890•30
    @Ridwan1234567890
    Submitted 3 months ago
    What are you most proud of, and what would you do differently next time?

    All feedback is welcomed thank you

    QR code component

    1
    P
    Erwin•190
    @erwindrd2
    Posted 3 months ago

    Hi,

    Your site is not visible, probably because you didn't use the index.html but created a qr-code.html. It seems GitHub is expecting an index.html to show.

    I wonder why you use rems for margin, padding and even border radius and not for font-size? Personally, I use pixels for border radius, as you normally don't want to increase the border radius based on the font size and rems or ems for font-size, as the screen gets better, the font 'grows' with it to a certain max.

    Keep up the good work!

  • Mr iD•100
    @iD024
    Submitted 3 months ago
    What are you most proud of, and what would you do differently next time?

    I am proud of how i tackle the problem of the layout of the cards I used flex this time next i would like do the same using grid

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

    To the desire layout i first used grid but didn't work out well... next used flex where i applied flex on to the container and then divided the columns then adjusted each column to get the layout

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

    I need help with the code... its just bad i know it 💀😭😭 if someone made my 10 lines of code into 3 i won't be surprise

    also need help with the responsive with smaller screen sizes please use GitHub if you can to push newer code

    Four card feature section

    3
    P
    Erwin•190
    @erwindrd2
    Posted 3 months ago

    Hi, When looking at your code, I suggest you study HTML structures. For example, you are not using an H1 and are not using span the way it is supposed to be used. With a good HTML structure, writing CSS would be easier. Some info about HTML structure can be found here.

    Regarding the CSS, I am not sure why you are setting a font-family (Poppins) in your CSS reset. That font is not used in the design, so it shouldn't be in your code.

    I'm also not sure why you set your body to display:flex? You can center items with margins without the need for flex.

    You might consider using media queries to make the site responsive. More about media queries here.

    I like your use of the clamp function for font-sizes. You might consider using them for spacing as well. Since you are using px to define the width and height for the cards, they will not be responsive. The same for images. More information on responsive design can be found here.

    Keep trying and pushing forward, and you will improve fast, keep up the good work!

    Marked as helpful
  • P
    j3dd3rs•90
    @j3dd3rs
    Submitted 3 months ago
    What are you most proud of, and what would you do differently next time?

    I am proud I finished the whole project and managed to apply all my knowledge.

    I would try and think ahead better in future and create some more reusable classes which I realised would've made my code better.

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

    Scaling the elements was a bit tricky as I wasn't sure if I was applying the right logic using width %s throughout. But I managed to solve it and get to the right solution.

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

    Is there a way to make my CSS cleaner in any way? Was there a better way to make it responsive?

    Responsive Landing Page Using Flexbox and CSS Grid

    1
    P
    Erwin•190
    @erwindrd2
    Posted 3 months ago

    I like your solution, looks more robust than mine. I never used the width % as far as I remember. Likewise, I did use width vh sometimes, especially in the footer section. Your CSS looks clean to me.

    Overall, nice job!

  • AndreiaBernardo•40
    @AndreiaBernardo
    Submitted 4 months ago
    What are you most proud of, and what would you do differently next time?

    Colocar as grades em ordem e fazer o responsivo

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

    Deixar na ordem e o responsive

    Fiz varias tentativas, até achar que a melhor foi usando o flex-wrap

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

    Na parte do css gostaria de um feedback sobre a organização

    Grade de depoimentos

    2
    P
    Erwin•190
    @erwindrd2
    Posted 4 months ago

    You are using too much px values. Try to use rem or em to make the text in your design more fluent. The font size and colors of the text of the name and personal title are not the same as in the design. Your code is not really responsive. Take a look at 890px in your browser DevTools. The gaps between the different cards are not staying consistent at different screen sizes. AT mobile size, it looks like your work is right aligned instead of in the center.

    Keep practicing and you will be alright!

    Marked as helpful
View more comments

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

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