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

  • @Mudassir-Coder

    Posted

    You are using img tag for background image. You can also set it by using this code

          background-repeat: no-repeat;
          background-position-x: 90%;```. Instead of using ```img``` tage in HTML.
    

    Marked as helpful

    0
  • @Mudassir-Coder

    Posted

    Yours box-shadow property not seems to be well design. However you can set it in the Devtools that is builtin inside the chrome you can set it in a very easy way as compared to text-editor.

    0
  • @Mudassir-Coder

    Posted

    Your Image is not curve on top left and bottom left which is not include in design your should use border-radius-top-left and border-radius-bottom-left CSS property to set it.

    0
  • @Mudassir-Coder

    Posted

    You should use "table" tags instead of just "p" tags this will cause accessible problems. This is mainly the tabel according to paragraph written above "This Table Shows...." but the browser doesnot understand it however it look like a table but it based on the language that you used to build a webiste. If you will work on large projects this could not be helpful.

    Marked as helpful

    0
  • @Mudassir-Coder

    Posted

    Much close widths of links must be 90% of its container Great work

    Marked as helpful

    0
  • @LeowWeiLee

    Submitted

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

    HTML & CSS practice

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

    Google online for some of the functions

    @Mudassir-Coder

    Posted

    You must use Flex Property on the main container to center the card furthermore You added a lot of margin between the text.

    Marked as helpful

    0
  • @Mudassir-Coder

    Posted

    You increased the font weight too much as compared to given project's text. The heading Font weight is 900 and text weight is 300 also height of the container is maybe around 300px to 400px. Overall Your design is good. Keep practicing

    0