I think I got the design and functionality pretty close.
What challenges did you encounter, and how did you overcome them?I struggled with creating the tooltip. I used position: absolute but I'm not sure if that was the correct approach.
I think I got the design and functionality pretty close.
What challenges did you encounter, and how did you overcome them?I struggled with creating the tooltip. I used position: absolute but I'm not sure if that was the correct approach.
Nice effort, here are some changes to consider:
Amazing work, the solution matches the design, the code is well structured and readable. However, semantic html was not included. The layout looks good on most screen sizes but for widths between 375px and 530px, the layout isn't the best (some content isn't visible on the left).
Great work, clear nice code, responsive layout, and looks good on smaller screens. Only the code doesn't include semantic HTML, you can at least add a main, and I think the paragraph under the main heading (or what you called third-line) has a gray color not black.
Grid layout was a little akward to use, but i'm surelly that it'll make more sense in a few more days
What challenges did you encounter, and how did you overcome them?Making a mobile first page was actually very challenging, trying to make it match with the desktop version after doing the style for the mobile was a fun challenge
What specific areas of your project would you like help with?i would like some help to match the texts in the desktop version
Good work in general, clean code and semantic HTML included. These improvements can be made :
Good work, the solution generally matches the design, and the code looks clean and readable.
However, some improvements can be made :
I am proud of creating a solution similar to the preview even without exact design measurements.
What challenges did you encounter, and how did you overcome them?Setting the style to highlight the list of links on hover was a bit challenging as the text color was still white even when I added the required color to the li:hover selector. I fixed this by adding color:inherit to li:hover a selector.
Good work. Semantic HTML is included and the code is readable.
However, the dimensions and font sizes should be adjusted and resized based on the screen size.