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

  • @konraddissake1808

    Submitted

    What are you most proud of, and what would you do differently next time?

    It is my first trial with talwind css and after thouroughly studying the framework a I can now comfortably say I can do anything using it.

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

    The greatest challenges I faced was to get used to the classes but after experimenting with it for some time it becomes a second nature. And secondly I had issues with responsiveness due to the default breakpoints of the framework, but after adding more breakpoints in the tailwind.config.json, everything got good.

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

    The responsiveness of the page felt a bit off. I would appreciate some feedback on how it turns out.

    mkhantk• 120

    @mkhantk

    Posted

    My humble opinion is that too much fixed text value make it overflow at some point.

    Marked as helpful

    0
  • Manish Sindur• 190

    @manishsindur

    Submitted

    What are you most proud of, and what would you do differently next time?

    Learned about position Absolute and Relative

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

    Positioning the cards with absolute position was bit difficult.

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

    What other way apart from position absolute and relative this design could achieved.

    mkhantk• 120

    @mkhantk

    Posted

    adding max-width in the container should prevent stretching when resolution exceeds 1440px.

    0
  • mkhantk• 120

    @mkhantk

    Posted

    I think there are some differences in different browsers. It is best to cross-check it. I had the same experience like this one with chrome and firefox. Mine got fixed by adding more specific value like max-width: or min-width:.

    0
  • P
    davidmoreau2• 140

    @davidmoreau2

    Submitted

    What are you most proud of, and what would you do differently next time?

    Learning how to use orderlist above list item to separate the number from the text. would like some help with how to get the numbers to the far left of the box

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

    changing the color of the numbers in the ingredient list. using other members code i was able to figure out how to accomplish thing in a clean way.

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

    the spacing of the list items and the placement of the nutrition facts. not sure how to get them to the left.

    mkhantk• 120

    @mkhantk

    Posted

    I think you did padding: 0; for li in Ingredients. just padding:20px would be much better. That's my opinion.

    0
  • CHRIS BABU• 90

    @chrisbabu9

    Submitted

    What are you most proud of, and what would you do differently next time?

    read more - write more

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

    nothing..it was easy

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

    not sure

    mkhantk• 120

    @mkhantk

    Posted

    Just adding :hover should be enough.

    0
  • Anthony Becarne• 160

    @Abecarne

    Submitted

    What are you most proud of, and what would you do differently next time?

    As I just started web dev, I think that I did this one really quick. Around an hour in total.

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

    I struggle a bit with the margin of the text content (from "Learning" to the end of the paragraph) and learned about flex-grow

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

    Feel free to give me any feedback :)

    mkhantk• 120

    @mkhantk

    Posted

    It's okay with the author's name with just div without adding p. I think this is okay in any way and it's just personal preference. Thanks.

    0
  • PastaSus• 80

    @PastaSus

    Submitted

    What are you most proud of, and what would you do differently next time?

    Did better compared to last time which is pretty great improvement, but theres always room for improvement in what i also did today since this was only html, css.

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

    How to center a div, Center div in a div By googling them and relearning past learned concepts

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

    Most likely the css code since html is mostly structural afterall

    mkhantk• 120

    @mkhantk

    Posted

    how about

    img {
      width: 300px;
    }
    

    that should shrink the QR code altogether with the text under it. I'm not an expert, so this is just my humble opinion. You're welcome.

    0