@icyjkkSubmitted about 1 month ago
What are you most proud of, and what would you do differently next time?
I am happy with the ease I am getting when it comes to making the CSS and the structure of the HTM
What challenges did you encounter, and how did you overcome them?
At first I didn't know very well what type of tags were the most appropriate when creating the structure of the page. By researching and looking at other colleagues' github I have found the best way.
On the other hand, I didn't know very well how to make responsive design for various types of screens. Finally I learned that with @media (min-width: 768px) you can make responsive designs.
What specific areas of your project would you like help with?
A problem I have is with the structure of my HTML, I don't know exactly if it is well structured.
On the other hand, I think my CSS is a bit confusing, any suggestions to improve it would be appreciated.
Another problem is that i dont know very well how to do the white box smaller. If you compared with example, mine is bigger.
Finally, I would like you to explain to me how the <ol> and <ul> lists work since in the example there is a space between the points/numbers and the text and in my solution I am not able to put that space.