Latest solutions
Latest comments
- @shayanabedi98@tchbell
Looks good!
Try and look through your CSS and see where you can combine selectors so you aren't repeating a lot of the same styles. Something small like doing all your margin and padding resets into a group like so.
/* Reset some default styles */ body, h1, h2, h3, p { margin: 0; padding: 0; }
Marked as helpful - @devhnry@tchbell
Looks super good! The design is a bit larger and has some more spacing around some of the elements. But overall this is really good.
- @JohannCirio@tchbell
Looks really good! Any chance you can make it so that the component is centered on the page?