Uma coisa diferente que fiz foi ter traduzido com Google Translate para português.
What challenges did you encounter, and how did you overcome them?A única coisa que fiquei me perguntando como fazer é como modificar os pontos e numerações da lista.
Uma coisa diferente que fiz foi ter traduzido com Google Translate para português.
What challenges did you encounter, and how did you overcome them?A única coisa que fiquei me perguntando como fazer é como modificar os pontos e numerações da lista.
Apologies in advance for this being in English and possibly hard to understand.
The general layout looks good, you might need to look at some of that spacing to make things even better.
As for the points and numbers in the lists, this was something I had difficulty with as well. To get around it, I used the li tags for the items to style the points and numbers, then wrapped the content in span tags to style those. That might be helpful to you to look into.
Your solution does match the design quite closely. One thing that you could tweak is the line height of the text, which will add that little spacing for the font that might align everything with the design a little bit better. Since the rest of the padding and spacing seems fine and great, maybe the line height could help a little bit more.
I'm proud that I could put this all together.
What challenges did you encounter, and how did you overcome them?One thing I struggled with was making sure that the card class (the white background) would flex to stretch to the content inside of it, which I somehow managed to figure out. It also took me a bit of time to figure out putting elements horizontally with each other the different display settings, one of which I still am a bit confused about is in-line flex.
What specific areas of your project would you like help with?I think I need to spend more time understanding flexbox and how to align elements exactly how I want.
You have the layout spot-on. There are some things you might want to look into, if you haven't already. The CSS gap property is great for flexbox as it can help set the spaces between elements to what you want it.
Another great resource that I have bookmarked is the CSS Tricks article on flexbox. The Article
s
What challenges did you encounter, and how did you overcome them?s
What specific areas of your project would you like help with?s
While there is some code there, it is based on the design of the project in any way and should match that.