Latest solutions
Latest comments
- @Za-editor@paralayzer01
Could've used <header> to group the header elements into a single semantic group as this will allow you to define a meaning for your section.
I think it also makes more sense to use flex as a layout for all the cards and their containers, instead of mixing up grid and flex layouts like I did. Overall, your result appears to be visually faithful to the provided reference image. Good job.
- @Kronost037@paralayzer01
I liked your use of the
<picture>
element to provide multiple image sources based on the user's device. Good work overall - @iha9b@paralayzer01
looks neat
- @zavlwt@paralayzer01
Seems to be good
- @AT95BL@paralayzer01
Try using a paragraph element for the word learning, and decreasing its size, as well as adding a border-radius radius property to its CSS selector.It could also use some extra padding on each side
- @Codefaz@paralayzer01
Your code is clean. Maybe just try to increase the border-radius property, and change the used fonts if you want to match the test's image exactly.