Responsive coming soon page using css grid, Sass
Design comparison
Solution retrospective
This is my first time using grid for the layout, any tips?
Community feedback
- @RayaneBengaouiPosted over 3 years ago
Hello Joaquín González Tesoro,
Congrats for completing the challenge ! 🙂
I'd like to suggest :
-
Change
background-repeat: none
tobackground-repeat: no-repeat
, none is not a valid value for this CSS property. -
Change
background-position: cover
tobackground-size: cover
, here the value cover is associated with the second one and not the first one. -
Remove the error message from the input when it's not active.
-
For the grid part, I think that working with 2 rows and 2 columns here might be simpler. Also, while working with grid the fr unit is very convenient I don't think you've used it.
Overall, well done for the challenge and happy coding ! 😃
0@JoaquinGTesoroPosted over 3 years ago@RayaneBengaoui Thank you for your feedback, it's really helpful. Soon I will update it P.S: Sorry for answering 5 days later.
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