DInosMpo
@DinosMpoAll comments
- @diksha-singh-17Submitted 7 months ago@DinosMpoPosted 7 months ago
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 helpful2 - @rahbheeSubmitted over 1 year ago@DinosMpoPosted over 1 year ago
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 - @Dla2Submitted almost 2 years ago@DinosMpoPosted almost 2 years ago
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