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

  • @KocakAli

    Posted

    good job! Your solution code looks exact with design

    0
  • P
    abm-afk 50

    @abm-afk

    Submitted

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

    I'm proud of how must I did this one, it took much-much less time

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

    Nothing much. Just took a moment to think of how to organise links, because I had problems with aligning them in the block

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

    Would love to hear improvement suggestions on block organisation, specifically links type of. I always feel like flex for such cases are overkill

    @KocakAli

    Posted

    Good job. Your design looks good. I am newbie but I can you give some advices for css. You should use relative units instead of pixel. It will be better for responsive design. Otherwise your design may be ruined at some point. Also If you could comment on my solution, it would make me very happy. All suggestions are welcome

    0
  • @PrajulJaggi577

    Submitted

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

    Any help would be greatly appreciated

    @KocakAli

    Posted

    You end resolution looks good. I am also newbie but I can give you some suggestions your HTML and CSS.

    HTML

    For better accessibility you can give more information in 'alt' attribute. Like:

    <img src="./assets/images/illustration-article.svg" alt="illustration of HTML and CSS foundtains article" id="illustration">

    CSS

    I think you should use relative units instead of px. Because at some point it may be break your design especially font size can be accessibility issue for your design. For example you can use:

    h2 {
        font-size: 1.5 rem;
        line-height: 150%;
        font-weight: bolder;
    }
    

    Marked as helpful

    1
  • Wasu44 50

    @Wasu44

    Submitted

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

    What could I do potentialy do better in my future projects? How to improve my coding to be more professional?

    @KocakAli

    Posted

    Hello, I am not professional frontende developer. Maybe I can't give you advice at this point but you can check my solution code and you can read my solution comments. Maybe this give you some idea.

    0
  • @choupole

    Submitted

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

    it'is so coll to make this challenge

    @KocakAli

    Posted

    Good job!

    0