Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm proud to have finished this card, I had some problems with the background but I got it done in the end.
Estoy orgulloso de haber terminado esta tarjeta, tuve algunos problemas con el fondo y la wave, pero al final lo logre.
What challenges did you encounter, and how did you overcome them?The wave in the background.
La ola en el fondo.
What specific areas of your project would you like help with?The positioning of the img waves.
El posicionamiento de las ondas img.
Community feedback
- @MikDra1Posted 3 months ago
Limited Browser Support for :root Variables:
- The :root variables might not work correctly in older browsers. Providing fallbacks could improve compatibility. Here is a quick VIDEO about how you can create a fallback to the variable
Font Sizing and Scaling:
- If the font size is defined in pixels (px), it could create scaling issues on different devices. Using em or rem would be more flexible. And here is how we use rems:
html { font-size: 62.5% // It means that 1rem = 10px. From this it is easier to use rem } p { font-size: 1.6rem; // Here this paragraph font-size will be 16px; }
If you don't understand it already here is a VIDEO
Hope you found this comment helpful ๐
Good job and keep going ๐๐๐
Marked as helpful1
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