Design comparison
Community feedback
- @Biggboss7Posted over 2 years ago
Hello @TRIPLE-ADE, Good Job on accomplishing this great challenge. Anyway, I think there are some aspects that you can improve on this challenge.
-
I think it would be better to build the CSS Styling externally, in another file, outside from HTML file. It will make the code cleaner.
-
If you want, you can make your main section appears precisely in the middle of the body, by : a. add, min-height : 100 vh; in the body section, it will make your body section to appear full page
b. put in the body section display : flex; flex-direction : column; justify-content : center; align-item : center;
I hope this feedback has been useful to you! keep coding :)
0 -
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord