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

  • Ruben 40

    @RuxCastillo

    Posted

    Hi Marvelous, I wanted to share a quick tip about the :hover pseudo-class. It allows you to change an element's style when the mouse hovers over it, without needing JavaScript. This could help you complete the hover effect in your current challenge.

    Also, I noticed the <h3> you used for "Learning." A better place for this heading might be in the card's title. You could replace the current <h3> with a more appropriate tag, like <span> or <mark>.

    Lastly, I saw you used quite a few <div> elements. To avoid "divitis," try using more semantically correct elements, similar to the <main> tag you already included. This will improve your markup structure.

    Marked as helpful

    0
  • Ruben 40

    @RuxCastillo

    Posted

    Hi, good job, I just wanted to mention that as you progress in your career, you come back to this project and you will see how tools like flexbox will help you with CSS centering. I also wanted to mention that it is important to review the design files that they gave us, you will be able to see there how they shared the measurements with us and the screenshot could look like a mirror.

    0