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 comments

  • P
    ljmanayon 90

    @ljmanayon

    Submitted

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

    I am proud to overcome the challenges I initially faced while learning CSS Grid. Despite finding the syntax and logic complex at first, I was able to grasp it through persistent practice and the use of online resources. This experience has boosted my confidence in my ability to tackle new concepts and technologies.

    If I were to do anything differently next time, I would probably invest more time early on in understanding the fundamentals of the concept I'm learning. This would likely make the learning process smoother and more effi

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

    When I first started learning CSS Grid, I faced numerous challenges. The concept of grid lines, grid tracks, and grid areas was completely new to me, and the complex syntax was initially hard to grasp. This left me feeling confused and frustrated.

    To overcome these challenges, I decided to start with the basics. I took the time to learn each CSS Grid property individually, such as grid-template-columns, grid-template-rows, grid-gap, grid-line, grid-area, and others. This approach helped me understand the function of each property and how they interacted with each other to form a complete grid layout.

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

    • Maybe there's a better way of doing the desktop view. If someone can improve the structure below, please let me know.

    '''@media (min-width: 80rem)

    .grid-container {
      width: 1260px;
      grid-template-columns: 1fr;
      margin: auto;
      margin-top: 250px;
    
      .daniel {
        width: 540px;
        height: 280px;
        grid-column: 1 / 3;
        grid-row: 1;
      }
    
      .jonathan {
        width: 255px;
        height: 280px;
        grid-column: 3 / 4;
        grid-row: 1;
      }
    
      .kira {
        width: 220px;
        height: 650px;
        grid-column: 4;
        grid-row: 1 / 3;
      }
    
      .jeanette {
        width: 255px;
        height: 280px;
        grid-column: 1;
        grid-row: 2;
      }
    
      .patrick {
        width: 540px;
        height: 280px;
        grid-column: 2 / 4;
        grid-row: 2;
      }
    
      .cards:first-child {
        background-position-x: 400px;
        background-size: 125px;
      }
    }
    

    '''

    P
    JV2018 80

    @JV2018

    Posted

    Nice work!

    0
  • P
    JV2018 80

    @JV2018

    Posted

    It looks like you could insert a bit more space between between the cards by using the gap property. I would also look closer at the spacing inside each card; perhaps a bit more padding on each card, and a smaller distance between the heading and the paragraph text. Nice work!

    1
  • wey song 130

    @teuthix

    Submitted

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

    Getting srcset to work. Next time I hope to be able to implement it quicker having had this experience.

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

    Wasn't sure why the desktop image was showing up and messing up the format, but realized it was because my media query's minimum width was different from the srcset max width. Made them match and now it works.

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

    Open to any feedback! Especially related to the spacing of the text in the desktop view.

    P
    JV2018 80

    @JV2018

    Posted

    Nice work!

    0
  • @satyajoshi24

    Submitted

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

    .

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

    .

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

    .

    P
    JV2018 80

    @JV2018

    Posted

    Nice work! It looks like you made all the text bold, though the design did not call for this. Also, try to make the items line up in the table at the bottom.

    0
  • @Ayomi-Rahmat

    Submitted

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

    Always finishing the project in the end.

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

    This went well, thankfully.

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

    Perfecting my CSS

    P
    JV2018 80

    @JV2018

    Posted

    Nice work!

    0
  • @jacob-stone9554

    Submitted

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

    I am the most proud of how naturally the solution came together as I was developing it. I feel like I made it through this challenge more efficiently than the first one. If I were to do it differently, I would probably put the attribution into a footer tag rather than in main with the rest of the content.

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

    One challenge I encountered was getting the margins around the title and the rest of the flex containers to align properly. I overcame this by adjusting the height of the title container to suit the spacing of the card.

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

    I definitely need to work on making the responsiveness better. I have media queries, but I feel like it can still behave a little wonky when the viewport shrinks and grows.

    P
    JV2018 80

    @JV2018

    Posted

    Nice work!

    0
  • KVnatsu 30

    @KVnatsu

    Submitted

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

    i don't speak realy english sorry

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

    i don't speak realy english sorry

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

    i don't speak realy english sorry

    P
    JV2018 80

    @JV2018

    Posted

    The QR code image isn't showing up on my end. One piece of advice: write a more descriptive alt tag, to compensate for the image not loading and to make the page more accessible.

    0