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

  • @GustavoSDS

    Submitted

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

    The desing.

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

    No challenges found.

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

    I'm fine for the moment.

    oduwa-A 120

    @oduwa-A

    Posted

    Honestly there's not much to critique or improve here congrats.

    One thing I did notice, as I was messing with the responsiveness of the site, the h1 doesn't format properly as you move closer to mobile screens. I would say watch out for that, either by defining the textbox differently or removing the second phrase from the h1 completely and making it something else.

    Marked as helpful

    1
  • P
    Jan 290

    @Jan-Dev0

    Submitted

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

    I used BEM for naming classes.

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

    I encountered difficulties with the image shrinking due to margins reducing the available width, which affected its aspect ratio. I resolved this by using a fixed width for the image.

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

    I would appreciate advice on more effective methods for addressing image shrinking and spacing issues within a flexbox layout. Any suggestions for improving responsiveness or optimizing the layout would be helpful.

    oduwa-A 120

    @oduwa-A

    Posted

    I don't really have much critique for this since it was well made. Maybe invest into object-fit if possible for image spacing, but otherwise I don't know. Good job however.

    0
  • @AndDevI

    Submitted

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

    Centralizar todo o Article usando o TailwindCSS

    oduwa-A 120

    @oduwa-A

    Posted

    Unfortunately I don't use TailwindCSS so I can't help you on that but the whole thing is excellent regardless.

    0
  • @ManuelGarcia2207

    Submitted

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

    Apply more interactive effects with CSS3

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

    In stacking or maintaining the correct structure of the elements to be displayed

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

    Learn more CSS techniques to arrange the elements of a page, such as links in this case.

    oduwa-A 120

    @oduwa-A

    Posted

    Hey nice work, it's pretty much perfect. Looking through the code, I don't see too many flaws with it. I did notice the links don't grow as the page changes and increases the size of the project, which isn't egregious now, but might be important to remember for more complicated projects. Otherwise, I can't really find much to critique. Nice work.

    0
  • oduwa-A 120

    @oduwa-A

    Posted

    Hey! Nice attempt! The overall framework is there, loving the yellow learning box. I struggled on that heavily so seeing you get it down makes me alittle jealous haha. I will say however, be wary of the box-radius since it is alittle too sharp compared to the example, as well as the padding not being as strong as it should be. Finally, the width is alittle too wide. Overall though, if you were to correct those things, you would have a near perfect solution. Congrats!

    Marked as helpful

    0
  • @beardedbe4n

    Submitted

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

    this was the first time i coded anything that wasn't spoon fed. there was a lot of instruction but the basic things I had to google, it is so different in practice.

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

    my main challenge was linking the google font, as well as (and I cant figure it out) the top border radius of the qr code

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

    the top borders of the qr code image as well as best practices for formatting

    oduwa-A 120

    @oduwa-A

    Posted

    Yeah the top left and right of the image are not as even as the bottom corners. The problem is padding squishing the image at the top, and altering it far more than intended. By removing padding-top in .imgCode, the radius will do it's thing.

    Additionally, the card is a tad bit too small. Although that is not egregious in itself. Also watch out for the font-weight since the contrast between the paragraphs isn't strong enough. And make sure to include a default/backup typeface in the font-family in the top and bottom classes, should the main font fail.

    Finally, make sure the to include padding in the first class, .box, so the box can "compress" on itself and grant space.

    Otherwise, great attempt for your first time without help! I'm going through the same thing, so seeing your work was enlightening, since it offered an alternate path to how I approached it. And of course, seeing everything, all you did right and the flaws, increased my own understanding alot. Keep it up!

    Marked as helpful

    1