Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Order summary card

Saul Gustavo A. S.โ€ข 410

@Saul-Gustavo

Desktop design screenshot for the Order summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

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

MikDra1โ€ข 6,070

@MikDra1

Posted

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 helpful

1

Saul Gustavo A. S.โ€ข 410

@Saul-Gustavo

Posted

@MikDra1 Thank you so much!!!

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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