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 most proud that I am adapting to the environment and learning new stuffs everyday since the day I started.

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

    I had trouble with the CSS variables I placed on my code, at first it was not working and searched and searched for answers on the internet. The values were hsl colors and i thought that maybe it is not a valid value. I then review it again and again until I found out the there are no percentage included in the first value of the hsl. I typed hsl(0%, 0%, 8%) when it was supposed to be hsl(0, 0%, 8%).

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

    I am having difficulties understanding the media query once again. I don't know if what I did this time is right or wrong. I also think that there maybe something wrong with my selectors img + p, img + p + p, and img + p + p + p. Are there other ways to use selectors other than this? Lastly, If there are some other improvements that can be made with my code please feel free to comment and point out what I got wrong. Many thankss! :)

  • Submitted


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

    I am most proud that I was able to complete the challenge much faster and I had lesser time searching for solutions when I encountered problems. I would continue to learn more and more to achieve my dreams.

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

    I had problem positioning the author avatar and author name on the last part but I was able to solve it after searching for which property best suites the design.

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

    I would like help with other selectors that is lesser and easier to understand than what I have used in my code. I would also like if there are suggestions on how I would improve my CSS codes.

  • Submitted


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

    I am most proud that I was able to nearly copy the same design provided by Frontend Mentor though I had to use a lot of complicated and maybe unnecessary codes to attain it. I would make sure to study more to learn how to minimize my code.

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

    I had difficulty when my container's height keeps extending when the view is adjusted or scrolled down. I searched through the internet in order to find out what was wrong, I only read and read but nothing until I tried to experiment on it myself. Thanks to the answers from stack overflow which says its most likely the height property, I was able to accomplish it. From height: 51vh; to height: 100%;.

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

    I would like help with the spacings and how to place good values in the margins, paddings, widths and heights. If possible, I would also like to learn how I could minimize my code by using only the necessary properties. I also want to understand how the min-width and max-width works in the media queries.