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

All solutions

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I am proud of my progress of responsiveness this time compared with my last project. It works very well on all sizes of devices. After this practice I am more familiar with flex.

    What challenges did you encounter, and how did you overcome them?

    I encountered a challenge that if my font-size of the text below the image is set too small, then because of the alignment way of flex with regard to the vertical items, the text will appear higher than I expected. I solved this by just focusing on the project and not think too much. However, next time I may have finished the study of Grid, and I may try to work with both flex and grid, grid for a strict overall layout, and flex for some particular layouts or text alignment...

    What specific areas of your project would you like help with?

    I am really confused about the alignment of a text element right after a picture. If I just want to display a text right below an image or keep their center line collinear, how can I achieve that easily? Really thankful for your advice!

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I would like to use better flex next time. My attempt is really not a good practice because I failed to list all the items on a column with their left edges on a single line, respectively. This is because of my inexperience with flex, and I believe I will do better and smoother next time.

    What challenges did you encounter, and how did you overcome them?

    Generally speaking, I encountered two challenges.The first challenge is that I failed to manipulate the svg directly through flex, and I solved this with the help of AI. This really wasted me a lot of time. The second challenge is my inexperience with flex, however, after several failures, I think I will save much time in the next project.

    What specific areas of your project would you like help with?

    I am really inexperienced with svg pictures. In real projects, are developers still frequently using svgs? I doubt that turning a svg into an img is more convenient for constructing items stream and achieving some specific effects such as round borders. If we inevitably need to deal with svg pictures, I really wish that you can share me a tutorial about svgs and how to manipulate them. Thank you a lot!

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I am proud of my journey when I tried to create my first live site project like this. I learned a lot during this process because I was not intended to rush finishing this project, instead, I have read some tutorials about flex and generating live site page, which might help me to do better and more quickly in future development. I believe that I will choose to assign items through "flex-direction:column" if I want to do that again. This can help me refine the automatic expansion of paragraphs and make the page more beautiful.

    What challenges did you encounter, and how did you overcome them?

    I encountered only a few challenges, because this project is very basic, objectively speaking.