Please let me know how I can do better with vertical and horizontal centering of an element.
Adebayo Goodness Oluwadamilola
@bella019All comments
- @itsdeadaleSubmitted over 1 year ago@bella019Posted over 1 year ago
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 - @karleenmsrichardsSubmitted over 1 year ago
Attempted to make this component using React and JSX. I am a beginner to this language.
@bella019Posted over 1 year agoGreat 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