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

  • Nasif Fuad 120

    @Nasifuad

    Submitted

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

    I have completed this challenge in one go. I thnik I can now understand how to start building with CSS without panicking

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

    Had some problem with the background positioning. Then I solved it

    @abdellah-abadou

    Posted

    Your JavaScript codes are working and this is the most important, but there are better ways to implement the task

    1
  • @Paulkendrick2126

    Submitted

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

    I'm proud of the fact that I was able to finish the project within the stipulated time I planned for.

    @abdellah-abadou

    Posted

    Instead of using :

    margin: 0 auto;

    you should have used (in main container) :

    display: flex;

    align-item: center;

    1
  • Ruben 250

    @rugarcia25

    Submitted

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

    I did this challengue before.

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

    The reponsive style.

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

    Any feedback is positive

    @abdellah-abadou

    Posted

    update the screenshot

    0
  • @abdellah-abadou

    Posted

    It would have been recommended to use a link element <a> instead of a button element <button>

    1
  • @abdellah-abadou

    Posted

    You should have used the box-shadow feature instead of the border

    0
  • @abdellah-abadou

    Posted

    You can make the color gradient via a CSS property : "background-image: linear-gradient(First color, second color );"

    Marked as helpful

    1
  • @abdellah-abadou

    Posted

    You can make the color gradient via a CSS property : "background-image: linear-gradient(First color, second color );"

    2
  • @quantumloki

    Submitted

    I just completed my second Frontend Mentor project, though parts were challenging. I was able to solve the issues and finish the work. How can I make the learning box change color when the user hovers their mouse over it? An answer would be helpful.

    @abdellah-abadou

    Posted

    Take Look at @wojtekbrejnak's comment that it contains things that will help you develop your skills

    1
  • @abdellah-abadou

    Posted

    There is a file called "style-guide.md" in the challenge folder that contains the right colors. Try to use semantic elements in HTML

    2
  • @abdellah-abadou

    Posted

    The code is cleanly written, but you named class="proffesion" it and did not use it in css code

    1
  • @abdellah-abadou

    Posted

    It is best to write the heading elements in the correct order (h1 -> h6),

    The code is cleanly written, I learned a lot from it ​

    Marked as helpful

    2