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

  • @bella019

    Posted

    Good job. I see that you used inline styling I believe that using an external stylesheet is a better solution and would let you organize your code and make it readable for anyone. I also think using class to call your elements for styling is a better way to style as it would help you to get a better-personalized style for each element. Using a margin and padding of 0 to the whole page would allow you to have a better way to style your code. you can do this by adding this block of code to your css *{ margin: 0; padding: 0; box-sizing: border-box; } Good job. Happy coding

    0
  • @bella019

    Posted

    Great job completing the challenge. The design looks good enough. I am yet to go through your code but to ensure you do not have the warnings again use the <main></main> tags to close up the entire work of your body. Good job once again

    0