Hi. I want my result assessed for Grid Layout skill test. Any assessment would be appreciated.
Many thanks for your all hard works.
Hi. I want my result assessed for Grid Layout skill test. Any assessment would be appreciated.
Many thanks for your all hard works.
Hi there @harryghgim! All of these are perfect, except for the fourth one. In this one you’ve got the grid find for the cards, but the tags are not quite right. To get them sitting how the image shows, you need to use flexbox on them. Something like this would work:
.tags {
display: flex;
flex-wrap: wrap;
justify-content: center
}
but apart from that, great work, well done!