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

  • DInosMpo• 210

    @DinosMpo

    Posted

    Hello, nice try for starter, some advice that i could give are that you could use the display: flex; justify-content: center; align-items: center; height: 100vh; in your .container class to be able to center your element to the center of the screen. Another one is for the text__area container that you use, try to use a class to the paragraph something like class='description' and give it the text-align: center; to be able to center your text. Also try to write your css to a separate file just to have a cleaner html code and more maintainable css code. I hope that i gave you some help and good advice

    Marked as helpful

    2
  • DInosMpo• 210

    @DinosMpo

    Posted

    Hello, you could change your code in the class of .container to display: flex; justify-content: center; align-items: center; so you can center your div and make it responsive

    0
  • DInosMpo• 210

    @DinosMpo

    Posted

    Nice solution i liked your code it was clean. You could work on the dimensions of the design, your solution is a little bigger for example the bottom section, the three items are bigger than the design. Why did you do the menu just a div with a tags and not an unordered list ?

    0