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

  • @As-sakhowy

    Submitted

    This is my second solution to this project yet I still don't get ton the following :

    1. how to style the number list by putting between it and the content.
    2. how to style the table correctly the way it is in the project template.
    zainy2401 80

    @zainy2401

    Posted

    Hey bro I've got some tips for you to help with your problems.

    Firstly, you are asking about the list style? I believe you can solve this by removing "list-style-position:inside;" or changing the value to outside, on line 92 of your CSS file.

    Secondly, have you considered using a table element instead of cluttering that section with paragraph and div tags? It's much easier and cleaner to build and style with. Check out this easy tutorial from w3Schools https://www.w3schools.com/css/css_table.asp that shows how to style tables.

    Otherwise you seem to be on the right track, good job so far!

    Marked as helpful

    1
  • zainy2401 80

    @zainy2401

    Posted

    Such a good solution, I'm jealous! I love how you've used Vue.js to build this and I'm hoping I can learn to do this soon with a JS library like this or maybe React!

    1