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

  • zanfa97 100

    @zanfa97

    Posted

    Great job, you've just forgotten the horizontal lines under each section and each table row.

    You can just use border-bottom for that.

    For table rows, you need to use border-collapse: collapse on the table and add a border-bottom for each row (except the last one; you can use tr:last child and set border-bottom: none for that).

    Furthermore, I suggest you to put width: 100% on table, deleting padding-left for th and use text-align: start.

    Marked as helpful

    0
  • zanfa97 100

    @zanfa97

    Posted

    Great job, never used Svelte before!

    Marked as helpful

    0
  • zanfa97 100

    @zanfa97

    Posted

    Great job, you can use [Custom properties] (https://css-tricks.com/a-complete-guide-to-custom-properties/) to store colors in variables in order to reuse them without rewriting them every time.

    Marked as helpful

    0