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

  • @ssantos-lucas

    Submitted

    Hello, everyone.

    I have one doubt, i hope someone can help me with that.

    If you look at the text in my solution and the original challenge text, I couldn't do the text formatting. I couldn't find anywhere about this. Any tips?

    rui-rmv 20

    @rui-rmv

    Posted

    Hello, so you've added some additional padding to both the title and the description which is not present in the original. The originals are also placed in the center. Finally you should play with the font sizes to make the line breaks be exactly the same as in the original.

    1
  • rui-rmv 20

    @rui-rmv

    Posted

    Please provide the code as well :)

    0
  • rui-rmv 20

    @rui-rmv

    Posted

    So, good job on completing this challenge :) I have a few suggestions to you.

    1. You did well to always use classes for stilling, but when choosing the class name, it should be meaningful and not related to styling (e.g. background_color is not a good name). Also please don't use capitalization on class names or underscores. Always write the class-names-like-this.

    2. Remove the background_color div and add the corresponding style to the body tag.

    3. Use a code formatter like Prettier (easy to use on VSCode)

    4. Use a CSS reset sheet like this one: https://meyerweb.com/eric/tools/css/reset/. Your HTML shouldn't be used because of styling.

    5. You did good to have the item-title as an h1 element and the item-description as a paragraph. For the price you could use a div since there really isn't any html tag with that meaning. You should strive to write semantic HTML

    Marked as helpful

    1