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

  • @petemac281

    Submitted

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

    Overcame a few challenges and got a pretty decent result

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

    n/a

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

    n/a

    P
    Michał 70

    @miedzygalaktycznygit

    Posted

    Looks good to me, You did a good job keep it up

    0
  • @asimsaeed353

    Submitted

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

    I'm glad I have started using global variables, and utility classes and tried to achieve more with a smaller number of lines of code.

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

    I find styling list-style elements a bit tricky but I'm glad I managed to solve it using

    li::marker{}
    

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

    I'm trying to learn more about spacing across different devices.

    P
    Michał 70

    @miedzygalaktycznygit

    Posted

    Hello

    • First of all You need to set min-values like "min-height:" and "min-width: ;" this will prevent Your website to escape of the screen when You swith to smaller device.
    • For some basics in case of @media here is video that helped me in understanding this link_to_yt
    • I hope that You find my advice helpful

    Marked as helpful

    0
  • P
    Michał 70

    @miedzygalaktycznygit

    Posted

    Hello. First of all You do very good job with styling Your website and its look very similar to design.

    • My advice to You is to stop using px to position or style Your objects on website because they can bring some issues like when someone dont see things well he might swap his font size to large and on Your website nothing will happen, try to use rem instead and here is the video explaining why You shouldn't use px link_to_yt_video.
    • Hope You find my comment helpful and i wish You best with Your upcoming projects.
    0
  • P
    Michał 70

    @miedzygalaktycznygit

    Posted

    • You should not use units like px and instead use units like rem. Example for code:

    .card .topic { font-size: 19px; }

    • here is a link to yt with an explanation of the topic
    • link
    1
  • P
    Michał 70

    @miedzygalaktycznygit

    Posted

    You need to make a bit smaller space between qr code and text container and it will be perfect. I also saw that if webside is to short vertically to fit content it end up getting cutted. My advice to this problem is setting minimal height to the size of your content

    0