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

  • P
    Jessica‱ 880

    @perezjprz19

    Posted

    I found this article very helpful I'm understanding how the different values work.

    Marked as helpful

    1
  • Adam Elitzur‱ 110

    @AdamElitzur

    Submitted

    Is there anything that I should be doing differently? Maybe with the units, is it bad to hardcode in 25 ems just because it looks right?

    P
    Jessica‱ 880

    @perezjprz19

    Posted

    So your image is actually huge on my phone and I think that is because you hard coded the width and the height, so it's not adjusting to my screen size and it's overflowing.

    Could you try playing around with max-width instead of width?

    I also didn't add a height to mine. I let the content in the card decide the height.

    Here is my solution in case you want to check it out.

    Marked as helpful

    1
  • P
    Jessica‱ 880

    @perezjprz19

    Posted

    VocĂȘ Ă© muito bem-vindo!! Fico feliz em poder ajudar.

    Marked as helpful

    0
  • @Adriana2710

    Submitted

    Hello everyone! I've just completed the "QR code component" challenge and to be honest I don't know what I did wrong but looks like the size of the page is different. I'm a newbie in Front End, just finished one course of HTML5 and CSS basics, if someone has some time could you please give some tips on what I did wrong, any feedback and suggestions on how I can improve are very welcome!

    P
    Jessica‱ 880

    @perezjprz19

    Posted

    Hmm... your solution looks great. Just try giving the body

            height: 100vh;
           display: flex; 
           justify-content: center; 
          align-items: center;
    

    Marked as helpful

    1
  • P
    Jessica‱ 880

    @perezjprz19

    Posted

    Everyone is at different levels in their learning journey, but with that being said, you get out of these challenges what you put in to them, In my opinion.

    Eventually these challenges will be used to make it easier for us to find jobs through the creation of the hiring platform. So if that's your goal, then I'd recommend making sure your solutions are as good as you can make them.

    If that's not your goal, other coders might still see your submitted code and use it as a learning resource. So that's something to consider I think.

    Marked as helpful

    0
  • Daniel‱ 110

    @xBuzAx

    Submitted

    Hi,

    This is my second project made with frontend mentor and I am very satisfied.

    Do you think I could improve something? Write, comment. I will accept any criticism :)

    P
    Jessica‱ 880

    @perezjprz19

    Posted

    The color for the attribution is illegible, so you might want to consider changing the color since they would not meet accessibility standards.

    I would recommend using opacity and mix-blend-mode to get the color of the overlay closer to the design.

    Marked as helpful

    1
  • P
    Jessica‱ 880

    @perezjprz19

    Posted

    👋

    Looks good, but I think you need a bit of margin around your card so that it doesn't touch edges. Card touches top and bottom sides on mobile.

    Marked as helpful

    1
  • P
    Jessica‱ 880

    @perezjprz19

    Posted

    👋

    I used max-width for the card and the image, rather than giving it an explicit width value.

    You can see my solution here

    0
  • P
    Jessica‱ 880

    @perezjprz19

    Posted

    Hey there! 👋 it looks like the link to your code isn't working. Also adding a little bit of padding to the bottom of the card will give it a little more space between the text and the edge of the card, as in the design.

    Overall, good job!

    0
  • t‱ 70

    @newbloom

    Submitted

    I don't know if I'm using media queries correctly. Should I be building the bulk of my CSS for mobile purposes, and then creating a media query with the necessary changes to the CSS for desktop view? Or should I have individual queries for each?

    I'm not sure I've implemented the desktop to browser switch effectively.

    P
    Jessica‱ 880

    @perezjprz19

    Posted

    That's they way I do it, at least. I build all my code for mobile and then start increasing my viewport width slowly. When things start to look weird, I tweak my code and add media queries of necessary.

    You can see my solution here

    Marked as helpful

    0
  • Tobias‱ 100

    @ToHX

    Submitted

    Hi everyone,

    I'm not completely happy with my card-shadow. I did use a website (https://getcssscan.com/css-box-shadow-examples) for that but you can see that on the QR Code img it doesn't fit.

    Apart from that, I was this time much faster in building my solution as this is my 2nd project. :)

    P
    Jessica‱ 880

    @perezjprz19

    Posted

    Hi ToHX!

    I think your shadow looks fine based on the challenge comparison. However, the card does touch the edges of my phone screen so I can't really see the shadow. Some margin could help with that.

    Marked as helpful

    0
  • P
    Jessica‱ 880

    @perezjprz19

    Posted

    Your project looks good. Keep up the good work!

    0
  • Luca Toni‱ 80

    @shavedhead

    Submitted

    Let me know what you think! I had a lot of trouble with the background images. Let me know what I could have done better. Thank you for your responses!

    P
    Jessica‱ 880

    @perezjprz19

    Posted

    The background images were the bane of my existence last night. I was up until 3am trying to get them right because they were creating a bunch of overflow. đŸ€Ł

    Ultimately, instead of positioning them in relation to the viewport, I absolutely positioned them in relation to the card and used the translate property to get them on the opposing corners.

    I still have some overflow, but not as much. The best solution? Probably not. The prettiest? Eeeeh, nah.

    I think your solution looks good, but I can't see your background bubble images on my phone very well, so maybe they still need some work. I saw other people using fixed positioning to get them were they wanted and I thought that worked well too.

    Marked as helpful

    0
  • P
    Jessica‱ 880

    @perezjprz19

    Posted

    I haven't done this challenge yet, but that looks a like a lot of media queries for what this is. I think I would approach this layout a little differently.

    • I would start by coding for a very small viewport.

    • I would probably use min(), max(), or clamp() to keep the width responsive as I grow my viewport.

    • only add a media query when things start to break... if absolutely necessary. I don't think you'll need as many considering it only grows up to a certain size

    • I think flexbox would work with this... I think possibly displaying the entire container as a flex column. Wrapping the Two bottom sections in their own div within the container and displaying it as a flex row...

    As I said I haven't tested this, but if you do try it, let me know what you think.

    0
  • Arnab-Biswas‱ 70

    @Rex-Arnab

    Submitted

    When should we use Padding and When Should we use margin, as I think using margin just breaks the flow

    Profile card component

    #bem#accessibility

    1

    P
    Jessica‱ 880

    @perezjprz19

    Posted

    👋Hi!

    [This article might helpful in choosing when to use padding vs margin]

    (https://medium.com/frontendshortcut/margin-vs-padding-c1fc8ea8bfaf)

    Marked as helpful

    1
  • Link‱ 20

    @WEBdevDOR

    Submitted

    What you think? first challenge ever :)

    QR code along

    #sass/scss

    3

    P
    Jessica‱ 880

    @perezjprz19

    Posted

    Hi!

    Good job completing your first challenge ever!

    The card is a little too big on my phone screen though and extends a bit outside of the viewport when loaded, creating a little bit of horizontal scrolling. Not using fixed values might help with that.

    Marked as helpful

    1
  • @abdellahelaajjouri

    Submitted

    Hi Guys, What is the best practice to make your website responsive ? I think that media query is not very practical for me . Let me know please! Thank you all .

    P
    Jessica‱ 880

    @perezjprz19

    Posted

    Hi! @abdellahelaajjouri

    I didn't looked at your code and saw that you added two media queries.

    I started mine mobile first, as you did. However, I only used one media query.

    My process:

    I start the simulation for a very small device, such as the galaxy fold.

    I add all my HTML with semantic tags only adding and only adding divs where needed for styling.

    In the CSS I start working from the inside out, so fonts and colors and then container. I used flex or grid depending on the project to place items within the container.

    I remind myself the browser already has some responsiveness built in.

    I try to avoid using fixed widths as much as possible and don't usually add a height. I use min() and max().

    In responsive mode, I slowly increase my window size adjusting the values for min() max() as I go where needed.

    Then if things start to break I use a media query.

    I remind myself that with the challenges, we don't know how it should look at every size, so long as it still looks nice In the sizes in between, I don't worry too much.

    I don't know how to avoid media queries entirely, and sometimes go media query crazy as I try to patch things up đŸ€Ł but I think my process is helpful most of the time.

    Marked as helpful

    0
  • P
    Jessica‱ 880

    @perezjprz19

    Posted

    Hi @SakibAhsan7 👋

    Good job with your solution. I just have a couple of pointers:

    • it is best to separate your css from your html file for maintainability and scalability. Not a big deal with the smaller projects, but it would be good to get into habit.

    • since "cancel order" is an interactive element, it should be either a link or a button.

    Happy coding! 😊

    Marked as helpful

    0
  • Ehab Joe‱ 110

    @huhu0000

    Submitted

    I thought it would be hard but I can tell it was easy and I had a short funny time coding it so any feedback ?!

    P
    Jessica‱ 880

    @perezjprz19

    Posted

    Hey your implementation looks great, but It looks like you forgot to use <main> which is causing a lot of accessibility errors to show up in your report.

    I'd work on cleaning up your report and then you should be good.

    Good work with this project. I'm glad you found it easy and had fun doing it.

    1
  • @louisenorrsen

    Submitted

    Feedback are very welcome! Plese tell me what I do good and bad so I can become better :)

    P
    Jessica‱ 880

    @perezjprz19

    Posted

    Hi @louisenorrsen,

    I think your solution looks good. The only thing I could suggest is maybe changing your attribution div for a footer, but that's a pretty minor update.

    Good work with this solution!

    0
  • P
    Jessica‱ 880

    @perezjprz19

    Posted

    @technofactory

    Aside from the validator errors, I think your solution looks good. Plus, I learned about margin-block-start and margin-block-end.

    Thank you

    0
  • @nathabonfim59

    Submitted

    After coding the UI for the challenge: "What if I could dynamically generate QR Codes of my own?" This is the result of that idea.

    Also, I had to change the design a little. Although the QR Code container was really great-looking, my phone didn't recognize because there wasn't enough contrast.

    Any feedback is appreciated. I figure that's the best way I can improve my skills.

    P
    Jessica‱ 880

    @perezjprz19

    Posted

    @nathabonfim59

    Wow! very nice! I like what you did with it :-)

    1
  • P
    Jessica‱ 880

    @perezjprz19

    Posted

    Hi @iuliancarnaru!

    Aside from your accessibility issues noted in the report, I think your solution looks pretty good!

    Nice job!

    0
  • P
    Jessica‱ 880

    @perezjprz19

    Posted

    Ok, so just finished work and it looks fine on my end on most screen sizes (aside from the whole card not being centered).

    In regard to your error report and to elaborate on what @Crazimonk said...

    The web has standards that need to be met so that it is accessible for all users. Semantic tags such as main, header, h1-h6 are all part of that.

    Here is a more indepth article

    Marked as helpful

    1