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

  • javalzu 420

    @jaalzu

    Submitted

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

    it's my first time making a layout like this and i make really good.

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

    with the grid areas but i learn fast!

    also the type of fonts and color was a problem because every card has different background color

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

    With the reuse of classes!

    @krishna-tejaswi

    Posted

    Your output is great. My suggestion to write simpler codes while using grid check out "Learn CSS Grid the easy way" by kevin powell, you will get a better understanding on how to use grid.

    Happy coding! :)

    0
  • P
    Jamie Reed 120

    @jreed-11

    Submitted

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

    Really proud of this project and on geting the layout close to the design using different CSS techniques

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

    only a few on how to use CSS grid and ordering items in flex mode so i searched for the solution and solved the issues

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

    N/A

    @krishna-tejaswi

    Posted

    It is soo good, I am a beginner and struggling to keep everything in place to complete the challenges. I have learnt alot from your code and got better uderstanding. It would be great if you can give some tips on grids and flexbox, Thank you! :)

    0
  • P

    @JoannaBroad

    Submitted

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

    Overall, I think this was my fastest project yet (if you are only taking into account the amount of time that I spent coding). I am slowly improving with my understanding of positioning as well as semantic HTML meaning that this is getting easier for me to do.

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

    The attempt that you see is my second attempt at this project, I actually started this about two weeks ago but due to some big changes in personal circumstances I had to take a longer break than I wanted, when I managed to sit down again I struggled to get back into my workflow and started again due to the amount that I had managed to do before my upheaval. so I am looking into ways to improve my organization and workflow so it will hopefully be easier for me (or anyone else) to pick up where I left off

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

    Does anyone have any tips for workflow and organization of their projects other than just committing more to Git Hub. is there an order that you like to work to help you focus or need to take a break for more than a day or so?

    @krishna-tejaswi

    Posted

    It is good, the only isuue is line heigth. try to avoid using larger line heights. even if you use it try using px instead of rem

    happy coding!

    Marked as helpful

    0
  • Adarsh 120

    @Adarshpathak1

    Submitted

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

    • Make responsive table

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

    -Face difficulty in Making table responsive. manage that with following code.

    table { border-collapse: collapse; width: 100%; }

    tr {
      border-bottom: 1px solid rgb(160 160 160);
      display: flex;
      width: 100%;
      justify-content: space-between;
    }
    
    td {
      width: 100%;
      padding: 20px;
    }
    

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

    please Provide your review on code . Suggest for any valuable changes.

    @krishna-tejaswi

    Posted

    It is good, try using media queries to style differently for desktop and mobile screen resolution by using break points

    0
  • Quocc1 70

    @Quocc1

    Submitted

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

    Nah

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

    Nah

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

    Nah

    @krishna-tejaswi

    Posted

    good, focus on detailing

    1
  • Alex 3,130

    @Alex-Archer-I

    Submitted

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

    I'm proud just to complete the project, even a small one like this.

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

    I like my solution with a responsive part of a card, where I use combination of percentage width and hard-coding max-width.

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

    I'm open for all kind of comments and criticism, but I always wonder whether I am using the best practices on the code, file organization and stuff.

    @krishna-tejaswi

    Posted

    Good to have peer reviews

    0