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
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
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!
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
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!
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
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!
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.
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!).