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

  • matt2282 310

    @matt2282

    Submitted

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

    The mobile page would get cutoff at the top if the height of the screen was not perfect. I fixed this by changing "height: 100vh" to "min-height: 100vh" in the body css.

    I was having some issues with the padding going outside of the out outer container so I used box-sizing: border-box; to make sure it did nothing went outside of the outer container.

  • @Taffy-R

    Posted

    You did a great job

    0
  • @Taffy-R

    Posted

    Nice work especially the layout. Try to make your website more responsive.

    0
  • @Taffy-R

    Posted

    Nice! it's as to the size as it can be.here are some same suggestions for adding fonts provide in the assets.

    @font-face{
       font family: "font name here";
       src: url(assets/....)
    }
    
    1
  • @Taffy-R

    Posted

    To better centre your card.

    body{
       display: flex;
       justify-content: center;
       align-iterms: center;
    ;
    
    0
  • @Shahram-ali-butt

    Submitted

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

    I currently kept it pretty straightforward forward but in the future, I'll be using Sass as a CSS preprocessor. I also want to learn React so wish me luck!

    @Taffy-R

    Posted

    Good design just need to get the size correct.

    0