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

  • @mahmoud17-cmyk

    Submitted

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

    that I am improving

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

    to add border to every table row

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

    adding border to the table in css

    @nickdexter

    Posted

    Nice work,

    To add the border to the table try this:

    td {
        border-bottom: 1px solid hsl(30, 18%, 87%);
    }
    
    tr:last-child > td {
        border-bottom: 0;
    }
    

    This should add a bottom border to each table row except for the last one. Hope this helps!

    0
  • @LuffySec

    Submitted

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

    can complete this challenge

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

    none

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

    none

    @nickdexter

    Posted

    Looks pretty good, One thing I would recommend is changing the buttons to anchors instead, as I believe they're typically used for navigation over buttons.

    Great job!

    0
  • Kawsar 40

    @kawsaruddin450

    Submitted

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

    I think I have sorted out the challenge and divided it part by part, that makes solving the problem much easier. I'll try the responsiveness differently next time.

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

    I had some challenge with readme file in github repo. searched youtube, watched a video tutorial and the problem was solved, as simple as that!

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

    N/A

    @nickdexter

    Posted

    Looks great, just a little bigger than the design possibly due to the image size. Maybe try setting a pixel size for the image width instead of 100%.

    Good work!

    1
  • leodev 250

    @hangtime319

    Submitted

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

    Me orgulho em ter pesquisado e não opiado nenhum código. À medida que eu tinha dúvias e pesquisava, eu aprendia muito mais.

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

    Encontrei dificuldades em centralizar o contéudo e ajustá-lo em layout para dispositivos móveis. Com muita pesquisa e testes consegui chegar ao objetivo.

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

    Gostaria de ajuda em reduzir o código com códigos mais simples, mas que tenham o mesmo efeito.

    @nickdexter

    Posted

    Nice Work,

    One thing you left out was the font mentioned in style-guide.md, there are also the specific colour values to help match the solutions colours.

    I don't have any tips on reducing the amount of code (sorry!).

    Marked as helpful

    0