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

  • ebenkanin 60

    @ebenkanin

    Posted

    Hello Amr,

    At first glance, i could see you did not specify a font style to be used. This made your work use the default font style of the user's computer. Do look into specifying font style properties especially when defining the rule for the body of your work. The font for this particular challenge was Figtree and it is easily accessed from fonts.google.com.

    In your next project, do log on to that website, search for the font and import it into your work. click on your selection and then import it by copying the import code and placing the links in the head of your html and using this rule in your css.

    // <uniquifier>: Use a unique and descriptive class name // <weight>: Use a value from 300 to 900

    .figtree-<uniquifier> { font-family: "Figtree", system-ui; font-optical-sizing: auto; font-weight: <weight>; font-style: normal; }

    Good job! Keep it up

    Marked as helpful

    0
  • @Ha0n9

    Submitted

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

    I have added animation when you click the card, you can try if you want

    ebenkanin 60

    @ebenkanin

    Posted

    Hi Hoang,

    Loved your solution, especially the bit where the header changes color when you mouse over it. I wish i'd thought about that in my solution. Why did you decide to do it that way though? If it were a button or a link, that'd be very self explanatory but i would love to know if this is a new UI/UX practice.

    0
  • @Ha0n9

    Submitted

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

    I have added animation when you click the card, you can try if you want

    ebenkanin 60

    @ebenkanin

    Posted

    Hi Hoang,

    Loved your solution, especially the bit where the header changes color when you mouse over it. I wish i'd thought about that in my solution. Why did you decide to do it that way though? If it were a button or a link, that'd be very self explanatory but i would love to know if this is a new UI/UX practice.

    0
  • @adewoleademola

    Submitted

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

    How i did my blog Perfectly

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

    none

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

    none

    ebenkanin 60

    @ebenkanin

    Posted

    Hi Ade, The font weight for your "Learning" made the lettering quite illegible. Do consider using a little lighter font weight. I was curious, why didn't you use a button instead?

    Overall, good job!

    0
  • Ashum91 50

    @Ashum91

    Submitted

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

    I am prod of bring able to achieve a similar look to what was required.

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

    One of the challenges I faced was not being able to round the edges of the boxes and also being able to centre the container and make it smaller.

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

    Trying to figure out if I am using the @media queries correctly. I struggled to see what other information I needed to add. Also as mentioned above in regards to the rounding the edges of the boxes and making the container centre.

    ebenkanin 60

    @ebenkanin

    Posted

    Hi Ashum91, as Daniel has already pointed out, kindly look into studying the concept of flexbox. It will really solve your headache of centering items. But overall, it's an amazing job. Keep it up.

    Marked as helpful

    0
  • ebenkanin 60

    @ebenkanin

    Posted

    loved the transition. Great job!

    0