Latest comments
- @Elouka972@RogelioCamargo
Your solution looks awesome. I do recommend this methodology for naming class names: BEM 101.
I recommend picking up this naming scheme for larger projects as it'll make your CSS writing more maintainable!
Marked as helpful - @juanpablofavale@RogelioCamargo
Your solution is awesome and looks great on all devices.
What I noticed:
- Font is incorrect. In case you don't know how to use Google fonts, this is a good resource: How to use Google Fonts
- Use "min-height: 100vh" for body instead of "height: 100vh." Setting the height: 100vh may result in the component being cut off on smaller screens.
- @the-coding-beekeeper@RogelioCamargo
I love that you used CSS variables. It looks like your solution isn't responsive. I personally suggest taking a mobile-first approach.
Marked as helpful